-
Notifications
You must be signed in to change notification settings - Fork 2.3k
/
Copy path.gitmodules
46 lines (46 loc) · 1.44 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
43
44
45
46
[submodule "assets"]
path = assets
url = https://github.com/yuanming-hu/taichi_assets
shallow = true
[submodule "external/spdlog"]
path = external/spdlog
url = https://github.com/gabime/spdlog
shallow = true
[submodule "external/glfw"]
path = external/glfw
url = https://github.com/taichi-dev/glfw
shallow = true
[submodule "external/glad"]
path = external/glad
url = https://github.com/taichi-dev/taichi_glad_ready
shallow = true
[submodule "external/assets"]
path = external/assets
url = https://github.com/taichi-dev/taichi_assets
shallow = true
[submodule "external/googletest"]
path = external/googletest
url = https://github.com/google/googletest
shallow = true
[submodule "external/SPIRV-Headers"]
path = external/SPIRV-Headers
url = https://github.com/KhronosGroup/SPIRV-Headers
[submodule "external/volk"]
path = external/volk
url = https://github.com/zeux/volk.git
[submodule "external/VulkanMemoryAllocator"]
path = external/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/ocornut/imgui.git
[submodule "external/glm"]
path = external/glm
url = https://github.com/g-truc/glm.git
[submodule "external/eigen"]
path = external/eigen
url = https://gitlab.com/libeigen/eigen.git
branch = 3.3
[submodule "external/SPIRV-Reflect"]
path = external/SPIRV-Reflect
url = https://github.com/KhronosGroup/SPIRV-Reflect