-
Notifications
You must be signed in to change notification settings - Fork 24
/
.gitmodules
42 lines (42 loc) · 1.26 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
31
32
33
34
35
36
37
38
39
40
41
42
[submodule "3rdparty/volk"]
path = 3rdparty/volk
url = https://github.com/zeux/volk
branch = master
[submodule "3rdparty/glfw"]
path = 3rdparty/glfw
url = https://github.com/glfw/glfw
branch = master
[submodule "3rdparty/glm"]
path = 3rdparty/glm
url = https://github.com/g-truc/glm
branch = master
[submodule "3rdparty/meshoptimizer"]
path = 3rdparty/meshoptimizer
url = https://github.com/zeux/meshoptimizer
branch = master
[submodule "3rdparty/easy_profiler"]
path = 3rdparty/easy_profiler
url = https://github.com/yse/easy_profiler
branch = develop
[submodule "3rdparty/imgui"]
path = 3rdparty/imgui
url = https://github.com/ocornut/imgui
[submodule "3rdparty/SPIRV-Reflect"]
path = 3rdparty/SPIRV-Reflect
url = https://github.com/KhronosGroup/SPIRV-Reflect
[submodule "3rdparty/fast_obj"]
path = 3rdparty/fast_obj
url = https://github.com/thisistherk/fast_obj
branch = master
[submodule "3rdparty/VulkanMemoryAllocator"]
path = 3rdparty/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
branch = master
[submodule "3rdparty/CRCpp"]
path = 3rdparty/CRCpp
url = https://github.com/d-bahr/CRCpp
branch = master
[submodule "3rdparty/METIS"]
path = 3rdparty/METIS
url = https://github.com/milkru/METIS
branch = master