-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) · 1.04 KB
/
.gitmodules
File metadata and controls
30 lines (30 loc) · 1.04 KB
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 "submodules/lua_bridge"]
path = submodules/lua_bridge
url = https://github.com/vinniefalco/LuaBridge.git
[submodule "submodules/graphite"]
path = submodules/graphite
url = https://github.com/TheDiamondProject/Graphite
[submodule "submodules/glm"]
path = submodules/glm
url = https://github.com/g-truc/glm.git
[submodule "submodules/minimp3"]
path = submodules/minimp3
url = https://github.com/lieff/minimp3
[submodule "submodules/freetype"]
path = submodules/freetype
url = https://github.com/freetype/freetype.git
[submodule "submodules/glfw"]
path = submodules/glfw
url = https://github.com/glfw/glfw.git
[submodule "submodules/png"]
path = submodules/png
url = https://github.com/glennrp/libpng.git
[submodule "submodules/imgui"]
path = submodules/imgui
url = https://github.com/ocornut/imgui
[submodule "submodules/ImGuiColorTextEdit"]
path = submodules/ImGuiColorTextEdit
url = https://github.com/BalazsJako/ImGuiColorTextEdit.git
[submodule "submodules/LuaJIT"]
path = submodules/LuaJIT
url = https://luajit.org/git/luajit.git