aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2022-08-19 20:52:59 -0400
committerClyne Sullivan <clyne@bitgloo.com>2022-08-19 20:52:59 -0400
commitbdc0e843a4762a1abddebc53d12a351debe8d457 (patch)
treead4c2023c5c03527b628108f2c76bf42c354724c /.gitmodules
parentd1dd9743d93009eef7d32d5403eeefbba29c2ee6 (diff)
add cereal and entityx submodules; fix compile errors
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 340f9cd..e2f5cf7 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,10 @@
[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 = remove-std-iterator
+[submodule "lib/cereal"]
+ path = lib/cereal
+ url = https://github.com/USCiLab/cereal