diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2022-08-19 20:52:59 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2022-08-19 20:52:59 -0400 |
commit | bdc0e843a4762a1abddebc53d12a351debe8d457 (patch) | |
tree | ad4c2023c5c03527b628108f2c76bf42c354724c /.gitmodules | |
parent | d1dd9743d93009eef7d32d5403eeefbba29c2ee6 (diff) |
add cereal and entityx submodules; fix compile errors
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 7 |
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 |