forked from KaleiAlma/LuaSTG-Evo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
30 lines (30 loc) · 1.01 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[submodule "imgui/imgui"]
path = imgui/imgui
url = https://github.com/ocornut/imgui.git
[submodule "imgui/implot"]
path = imgui/implot
url = https://github.com/epezent/implot.git
[submodule "external/xmath"]
path = external/xmath
url = https://github.com/Legacy-LuaSTG-Engine/lstgx_Math.git
[submodule "external/luajit/luajit"]
path = external/luajit/luajit
url = https://github.com/WohlSoft/LuaJIT
[submodule "external/lua-cjson"]
path = external/lua-cjson
url = https://github.com/openresty/lua-cjson.git
[submodule "external/tracy"]
path = external/tracy
url = https://github.com/wolfpld/tracy.git
[submodule "doc"]
path = doc
url = https://github.com/Legacy-LuaSTG-Engine/LuaSTG-Sub-Documentation.git
[submodule "external/image.qoi"]
path = external/image.qoi
url = https://github.com/phoboslab/qoi.git
[submodule "external/sdl2"]
path = external/sdl2
url = https://github.com/libsdl-org/SDL
[submodule "external/luafilesystem"]
path = external/luafilesystem
url = https://github.com/lunarmodules/luafilesystem