diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..93b742b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,8 @@ +[submodule "thirdparty/SFML"] + path = thirdparty/SFML + url = https://github.com/SFML/SFML + branch = 2.5.x +[submodule "thirdparty/lua"] + path = thirdparty/lua + url = https://github.com/lua/lua + branch = v5.4.0-patch |