-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
33 lines (33 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
[submodule "submodules/glfw"]
path = submodules/glfw
url = https://github.com/glfw/glfw
[submodule "submodules/glm"]
path = submodules/glm
url = https://github.com/g-truc/glm
[submodule "submodules/imgui"]
path = submodules/imgui
url = https://github.com/MomoDeve/imgui
[submodule "submodules/VulkanMemoryAllocator"]
path = submodules/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "submodules/glslang"]
path = submodules/glslang
url = https://github.com/KhronosGroup/glslang
[submodule "submodules/tinyobjloader"]
path = submodules/tinyobjloader
url = https://github.com/tinyobjloader/tinyobjloader
[submodule "submodules/span"]
path = submodules/span
url = https://github.com/tcbrindle/span
[submodule "submodules/spirv-reflect"]
path = submodules/spirv-reflect
url = https://github.com/KhronosGroup/SPIRV-Reflect
[submodule "submodules/stb"]
path = submodules/stb
url = https://github.com/nothings/stb
[submodule "submodules/tinygltf"]
path = submodules/tinygltf
url = https://github.com/syoyo/tinygltf
[submodule "submodules/tinyddsloader"]
path = submodules/tinyddsloader
url = https://github.com/benikabocha/tinyddsloader