-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitmodules
27 lines (27 loc) · 912 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
27
[submodule "External/stb"]
path = External/stb
url = https://github.com/nothings/stb
[submodule "External/assimp"]
path = External/assimp
url = https://github.com/assimp/assimp.git
[submodule "External/glm"]
path = External/glm
url = https://github.com/g-truc/glm.git
[submodule "External/volk"]
path = External/volk
url = https://github.com/zeux/volk.git
[submodule "External/ImGui"]
path = External/ImGui
url = https://github.com/ocornut/imgui.git
[submodule "External/VulkanMemoryAllocator"]
path = External/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "External/tracy"]
path = External/tracy
url = https://github.com/wolfpld/tracy.git
[submodule "External/glfw"]
path = External/glfw
url = https://github.com/glfw/glfw.git
[submodule "External/ImGuizmo"]
path = External/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo