diff options
author | Hop311 <Hop3114@gmail.com> | 2024-07-14 16:02:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-14 16:02:31 +0200 |
commit | b9b35ad9536cfdcd61f5208eeaad7ead4bd0418d (patch) | |
tree | 709cc58c28b89636464094efff235c547ed1cbdd /.gitmodules | |
parent | 9479a873095e23503994a0ef3b675b06320df4b9 (diff) | |
parent | f70f3048d551c526a22e76b691d4770f02326fa8 (diff) |
Merge pull request #170 from OpenVicProject/add/colony
Add mattreecebentley/plf_colony
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a976f33..e4a550f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "deps/ordered-map"] path = deps/ordered-map url = https://github.com/Tessil/ordered-map +[submodule "deps/plf_colony"] + path = deps/plf_colony + url = https://github.com/mattreecebentley/plf_colony |