-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
26 lines (26 loc) · 777 Bytes
/
.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
[submodule "deps/imgui"]
path = deps/imgui
url = https://github.com/e-hat/imgui
[submodule "deps/assimp"]
path = deps/assimp
url = https://github.com/assimp/assimp
[submodule "deps/glm"]
path = deps/glm
url = https://github.com/g-truc/glm
[submodule "deps/glfw"]
path = deps/glfw
url = https://github.com/TheCherno/glfw
[submodule "glfw"]
url = https://github.com/glfw/glfw
[submodule "deps/VulkanMemoryAllocator"]
path = deps/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "deps/tracy"]
path = deps/tracy
url = https://github.com/wolfpld/tracy
[submodule "deps/stb"]
path = deps/stb
url = https://github.com/nothings/stb
[submodule "deps/json"]
path = deps/json
url = https://github.com/nlohmann/json