-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
39 lines (39 loc) · 1.18 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
31
32
33
34
35
36
37
38
39
[submodule "ext/glfw"]
path = ext/glfw
url = https://github.com/glfw/glfw.git
[submodule "ext/glm"]
path = ext/glm
url = https://github.com/g-truc/glm.git
[submodule "ext/vma"]
path = ext/vma
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "ext/imgui"]
path = ext/imgui
url = https://github.com/ocornut/imgui.git
[submodule "ext/shaderc"]
path = ext/shaderc
url = https://github.com/google/shaderc.git
[submodule "ext/wheels"]
path = ext/wheels
url = https://github.com/sndels/wheels.git
[submodule "ext/cxxopts"]
path = ext/cxxopts
url = https://github.com/jarro2783/cxxopts.git
[submodule "ext/ispctex"]
path = ext/ispc_texcomp
url = https://github.com/GameTechDev/ISPCTextureCompressor.git
[submodule "ext/meshoptimizer"]
path = ext/meshoptimizer
url = https://github.com/zeux/meshoptimizer.git
[submodule "ext/mikktspace"]
path = ext/mikktspace
url = https://github.com/mmikk/MikkTSpace.git
[submodule "ext/cgltf"]
path = ext/cgltf
url = https://github.com/jkuhlmann/cgltf.git
[submodule "ext/stb"]
path = ext/stb
url = https://github.com/nothings/stb.git
[submodule "ext/tomlcpp"]
path = ext/tomlcpp
url = https://github.com/cktan/tomlcpp.git