-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 957 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 957 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
25
26
27
[submodule "third_party/tracy"]
path = third_party/tracy
url = https://github.com/wolfpld/tracy.git
[submodule "third_party/glm"]
path = third_party/glm
url = https://github.com/g-truc/glm
[submodule "third_party/stb"]
path = third_party/stb
url = https://github.com/nothings/stb.git
[submodule "third_party/vma"]
path = third_party/vma
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "third_party/fastgltf"]
path = third_party/fastgltf
url = https://github.com/spnda/fastgltf.git
[submodule "third_party/vk-bootstrap"]
path = third_party/vk-bootstrap
url = https://github.com/charles-lunarg/vk-bootstrap.git
[submodule "third_party/ktx"]
path = third_party/ktx
url = https://github.com/KhronosGroup/KTX-Software.git
[submodule "third_party/glfw"]
path = third_party/glfw
url = https://github.com/glfw/glfw.git
[submodule "third_party/fmt"]
path = third_party/fmt
url = https://github.com/fmtlib/fmt