diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-12-02 21:38:12 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-12-02 21:38:12 -0500 |
commit | 33f602fd7edfa6f3d53a16e99027e3c81f6d8c9c (patch) | |
tree | 34fcd0ca17341fe8e4bf9e5d244a564af8ca1672 /.gitmodules | |
parent | 266f374ae4357acd2c23cd0d7aff4d2c25406f80 (diff) | |
download | lingo-randomizer-33f602fd7edfa6f3d53a16e99027e3c81f6d8c9c.tar.gz lingo-randomizer-33f602fd7edfa6f3d53a16e99027e3c81f6d8c9c.tar.bz2 lingo-randomizer-33f602fd7edfa6f3d53a16e99027e3c81f6d8c9c.zip |
Output, and puzzle reduction
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 52f3598..8c61629 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -1,3 +1,6 @@ | |||
1 | [submodule "vendor/hkutil"] | 1 | [submodule "vendor/hkutil"] |
2 | path = vendor/hkutil | 2 | path = vendor/hkutil |
3 | url = https://git.fourisland.com/hkutil | 3 | url = https://git.fourisland.com/hkutil |
4 | [submodule "generator/vendor/fmt"] | ||
5 | path = generator/vendor/fmt | ||
6 | url = https://github.com/fmtlib/fmt | ||