diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2022-08-19 20:14:17 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2022-08-19 20:14:17 -0400 |
commit | 64c1e98c242ef0ed672bd835f6fe8488412454b1 (patch) | |
tree | 6058ef0b9a2f4daaf134befce68808ec37f998bf /.gitmodules | |
parent | abf136be66b78f9a1fb913dfad26225beeb2ca34 (diff) |
remove cereal, remove entityx for fix
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 340f9cd..50446a8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "lib/sol2"] path = lib/sol2 url = https://github.com/ThePhD/sol2 +[submodule "lib/entityx"] + path = lib/entityx + url = https://github.com/tcsullivan/entityx |