diff --git a/.gitmodules b/.gitmodules index 6af15de..f0a124a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,15 @@ -[submodule "foreign/lua52"] - path = foreign/lua52 - url = https://github.com/lua/lua - branch = v5-2 -[submodule "foreign/lua53"] +[submodule "lua53"] path = foreign/lua53 url = https://github.com/lua/lua branch = v5.3 -[submodule "foreign/lua54"] +[submodule "lua54"] path = foreign/lua54 url = https://github.com/lua/lua branch = v5.4 -[submodule "foreign/raylib"] +[submodule "raylib"] path = foreign/raylib url = https://github.com/raysan5/raylib +[submodule "lua52"] + path = foreign/lua52 + url = https://github.com/lua/lua + branch = v5-2 diff --git a/foreign/lua52 b/foreign/lua52 new file mode 160000 index 0000000..4324904 --- /dev/null +++ b/foreign/lua52 @@ -0,0 +1 @@ +Subproject commit 4324904b60db5243ede68d0922c1bf3c0dd05986