forked from taichi-dev/taichi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
30 lines (30 loc) · 897 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
28
29
30
[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