-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitmodules
27 lines (27 loc) · 996 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 "simple_vulkan_synchronization"]
path = external/simple_vulkan_synchronization
url = https://github.com/Tobski/simple_vulkan_synchronization/
[submodule "VulkanMemoryAllocator-Hpp"]
path = external/VulkanMemoryAllocator-Hpp
url = https://github.com/YaaZ/VulkanMemoryAllocator-Hpp/
[submodule "tony-mc-mapface"]
path = external/tony-mc-mapface
url = https://github.com/h3r2tic/tony-mc-mapface/
[submodule "external/dbg-macro"]
path = external/dbg-macro
url = https://github.com/sharkdp/dbg-macro
[submodule "external/tracy"]
path = external/tracy
url = https://github.com/wolfpld/tracy
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/ocornut/imgui
[submodule "external/fastgltf"]
path = external/fastgltf
url = https://github.com/spnda/fastgltf
[submodule "external/meshoptimizer"]
path = external/meshoptimizer
url = https://github.com/zeux/meshoptimizer
[submodule "external/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw