diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2024-08-05 21:49:23 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2024-08-05 21:49:23 -0400 |
commit | 189afb447e2c76e5dd5e4550e786c5175a828cbc (patch) | |
tree | 9d309a927889ffc707800731f32c64407ad6cfee /.gitmodules | |
parent | 456ef376530fc4644732d499c862f1413b9987d9 (diff) |
add lua support
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3f53ce8..4f0db41 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "entt"] path = entt url = https://github.com/skypjack/entt +[submodule "sol2"] + path = sol2 + url = https://github.com/ThePhD/sol2 |