-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 912 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 912 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 "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