-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
30 lines (30 loc) · 1.15 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
[submodule "third_party/glfw"]
path = third_party/glfw
url = https://github.com/glfw/glfw.git
[submodule "third_party/stb"]
path = third_party/stb
url = https://github.com/nothings/stb
[submodule "third_party/assimp"]
path = third_party/assimp
url = https://github.com/assimp/assimp.git
[submodule "third_party/json.h"]
path = third_party/json.h
url = https://github.com/sheredom/json.h.git
[submodule "third_party/glm"]
path = third_party/glm
url = https://github.com/g-truc/glm.git
[submodule "third_party/imgui"]
path = third_party/imgui
url = https://github.com/ocornut/imgui.git
[submodule "third_party/VulkanMemoryAllocator"]
path = third_party/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "third_party/SPIRV-Reflect"]
path = third_party/SPIRV-Reflect
url = https://github.com/KhronosGroup/SPIRV-Reflect.git
[submodule "third_party/simple_vulkan_synchronization"]
path = third_party/simple_vulkan_synchronization
url = https://github.com/Tobski/simple_vulkan_synchronization.git
[submodule "third_party/process.h"]
path = third_party/process.h
url = https://github.com/sheredom/process.h.git