forked from taichi-dev/taichi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
67 lines (67 loc) · 2.21 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[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
[submodule "external/SPIRV-Tools"]
path = external/SPIRV-Tools
url = https://github.com/KhronosGroup/SPIRV-Tools
[submodule "external/SPIRV-Cross"]
path = external/SPIRV-Cross
url = https://github.com/KhronosGroup/SPIRV-Cross
[submodule "external/Vulkan-Headers"]
path = external/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers
[submodule "external/FP16"]
path = external/FP16
url = https://github.com/Maratyszcza/FP16
[submodule "external/PicoSHA2"]
path = external/PicoSHA2
url = https://github.com/okdshin/PicoSHA2.git
[submodule "external/DirectX-Headers"]
path = external/DirectX-Headers
url = https://github.com/microsoft/DirectX-Headers.git
[submodule "external/backward_cpp"]
path = external/backward_cpp
url = https://github.com/bombela/backward-cpp.git