-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
45 lines (45 loc) · 1.68 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
40
41
42
43
44
45
[submodule "third_party/glm"]
path = third_party/glm
url = https://github.com/g-truc/glm.git
[submodule "third_party/glfw"]
path = third_party/glfw
url = https://github.com/glfw/glfw.git
[submodule "third_party/glslang"]
path = third_party/glslang
url = https://github.com/KhronosGroup/glslang.git
[submodule "third_party/VulkanMemoryAllocator"]
path = third_party/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "third_party/tinyobjloader"]
path = third_party/tinyobjloader
url = https://github.com/tinyobjloader/tinyobjloader.git
[submodule "third_party/imgui"]
path = third_party/imgui
url = https://github.com/ocornut/imgui.git
[submodule "third_party/tinygltf"]
path = third_party/tinygltf
url = https://github.com/syoyo/tinygltf.git
[submodule "third_party/stb"]
path = third_party/stb
url = https://github.com/nothings/stb.git
[submodule "third_party/MikkTSpace"]
path = third_party/MikkTSpace
url = https://github.com/mmikk/MikkTSpace.git
[submodule "third_party/pcg32"]
path = third_party/pcg32
url = https://github.com/wjakob/pcg32.git
[submodule "third_party/tinyexr"]
path = third_party/tinyexr
url = https://github.com/syoyo/tinyexr.git
[submodule "third_party/cgltf"]
path = third_party/cgltf
url = https://github.com/jkuhlmann/cgltf.git
[submodule "third_party/DirectX-Headers"]
path = third_party/DirectX-Headers
url = https://github.com/microsoft/DirectX-Headers.git
[submodule "third_party/meshoptimizer"]
path = third_party/meshoptimizer
url = https://github.com/zeux/meshoptimizer.git
[submodule "third_party/imGuIZMO.quat"]
path = third_party/imGuIZMO.quat
url = https://github.com/BrutPitt/imGuIZMO.quat.git