diff options
author | Andy Belle-Isle <abelleisle@protonmail.com> | 2022-11-13 13:55:26 -0600 |
---|---|---|
committer | Andy Belle-Isle <abelleisle@protonmail.com> | 2022-11-13 13:55:26 -0600 |
commit | 38e2036d031bdeaea76ef4b6c3c2af5247ed93ec (patch) | |
tree | b1401ba2ef33d08dbc528aadbf61f0d4aedad63d /.gitmodules | |
parent | 57a1eb6fdccb9023557d0a470796f423f063948a (diff) | |
parent | 57013add5b7c524086272be7d395f9ec5109bde2 (diff) |
Merge remote-tracking branch 'origin/lib-cleanup' into world
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..812302f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,13 @@ +[submodule "lib/sol2"] + path = lib/sol2 + url = https://github.com/ThePhD/sol2 +[submodule "lib/entityx"] + path = lib/entityx + url = https://github.com/tcsullivan/entityx + branch = serialize +[submodule "lib/cereal"] + path = lib/cereal + url = https://github.com/USCiLab/cereal +[submodule "lib/luajit"] + path = lib/luajit + url = https://luajit.org/git/luajit.git |