Fix issue with submodule mapping for lua

This commit is contained in:
IlyaShurupov 2023-10-16 23:10:14 +03:00 committed by Ilya Shurupov
parent a62e665623
commit a3a79c87da

3
.gitmodules vendored
View file

@ -13,3 +13,6 @@
[submodule "Externals/nanovg"] [submodule "Externals/nanovg"]
path = Externals/nanovg path = Externals/nanovg
url = https://github.com/IlyaShurupov/nanovg.git url = https://github.com/IlyaShurupov/nanovg.git
[submodule "Externals/lua"]
path = Externals/lua
url = https://github.com/lua/lua.git