-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 794 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "ext/volk"]
path = ext/volk
url = https://github.com/zeux/volk.git
[submodule "ext/meshoptimizer"]
path = ext/meshoptimizer
url = https://github.com/zeux/meshoptimizer.git
[submodule "ext/stb"]
path = ext/stb
url = https://github.com/nothings/stb.git
[submodule "ext/SPIRV-Reflect"]
path = ext/SPIRV-Reflect
url = https://github.com/KhronosGroup/SPIRV-Reflect.git
[submodule "ext/glm"]
path = ext/glm
url = https://github.com/g-truc/glm.git
[submodule "ext/VulkanMemoryAllocator"]
path = ext/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "ext/box2d"]
path = ext/box2d
url = https://github.com/erincatto/box2d.git
[submodule "ext/msdfgen"]
path = ext/msdfgen
url = https://github.com/Chlumsky/msdfgen.git