diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-12-02 17:03:54 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-12-02 17:03:54 -0500 |
commit | 90fbd47ca02f1a723134302ca978a7f9ef0eac04 (patch) | |
tree | 759a8d906ae903dbe088e078ac7bd71a080fdad5 /.gitmodules | |
parent | 691e37d46f55c36d85f82d261f002bb03b82f11b (diff) | |
download | lingo-randomizer-90fbd47ca02f1a723134302ca978a7f9ef0eac04.tar.gz lingo-randomizer-90fbd47ca02f1a723134302ca978a7f9ef0eac04.tar.bz2 lingo-randomizer-90fbd47ca02f1a723134302ca978a7f9ef0eac04.zip |
Starting to get some puzzles randomized
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e69de29..52f3598 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -0,0 +1,3 @@ | |||
1 | [submodule "vendor/hkutil"] | ||
2 | path = vendor/hkutil | ||
3 | url = https://git.fourisland.com/hkutil | ||