-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) · 1.02 KB
/
.gitmodules
File metadata and controls
30 lines (30 loc) · 1.02 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"]
path = submodules/Lua
url = https://github.com/Sororfortuna/LuaCMake
[submodule "submodules/glfw"]
path = submodules/glfw
url = https://github.com/glfw/glfw.git
[submodule "submodules/tweeny"]
path = submodules/tweeny
url = https://github.com/mobius3/tweeny.git
[submodule "submodules/spdlog"]
path = submodules/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "submodules/cglm"]
path = submodules/cglm
url = https://github.com/recp/cglm.git
[submodule "submodules/flecs"]
path = submodules/flecs
url = https://github.com/SanderMertens/flecs.git
[submodule "submodules/libarchive"]
path = submodules/libarchive
url = https://github.com/libarchive/libarchive.git
[submodule "submodules/freetype"]
path = submodules/freetype
url = https://github.com/freetype/freetype.git
[submodule "submodules/openal-soft"]
path = submodules/openal-soft
url = https://github.com/kcat/openal-soft
[submodule "submodules/tinygltf"]
path = submodules/tinygltf
url = https://github.com/syoyo/tinygltf.git