-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
36 lines (36 loc) · 1.13 KB
/
.gitmodules
File metadata and controls
36 lines (36 loc) · 1.13 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
31
32
33
34
35
36
[submodule "External/spdlog"]
path = External/spdlog
url = https://github.com/gabime/spdlog
[submodule "External/glfw"]
path = External/glfw
url = https://github.com/glfw/glfw
[submodule "External/glm"]
path = External/glm
url = https://github.com/g-truc/glm
[submodule "External/spirv-cross"]
path = External/spirv-cross
url = https://github.com/KhronosGroup/SPIRV-Cross
[submodule "External/vma"]
path = External/vma
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "External/volk"]
path = External/volk
url = https://github.com/zeux/volk
[submodule "External/googletest"]
path = External/googletest
url = https://github.com/google/googletest
[submodule "External/span"]
path = External/span
url = https://github.com/tcbrindle/span
[submodule "External/stb"]
path = External/stb
url = https://github.com/nothings/stb
[submodule "External/tinygltf"]
path = External/tinygltf
url = https://github.com/syoyo/tinygltf
[submodule "External/gli"]
path = External/gli
url = https://github.com/g-truc/gli
[submodule "External/fastgltf"]
path = External/fastgltf
url = https://github.com/spnda/fastgltf.git