-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
54 lines (54 loc) · 1.85 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
[submodule "thirdparty/gtest"]
path = thirdparty/gtest
url = https://github.com/google/googletest.git
[submodule "thirdparty/spdlog"]
path = thirdparty/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "thirdparty/convhull_3d"]
path = thirdparty/convhull_3d
url = https://github.com/leomccormack/convhull_3d.git
[submodule "thirdparty/rapidjson"]
path = thirdparty/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "thirdparty/nlohmann"]
path = thirdparty/nlohmann
url = https://github.com/nlohmann/json.git
[submodule "thirdparty/xxHash"]
path = thirdparty/xxHash
url = https://github.com/Cyan4973/xxHash.git
[submodule "thirdparty/stb"]
path = thirdparty/stb
url = https://github.com/nothings/stb.git
[submodule "thirdparty/CImg"]
path = thirdparty/CImg
url = https://github.com/abbaswasim/CImg
[submodule "thirdparty/cgltf"]
path = thirdparty/cgltf
url = https://github.com/jkuhlmann/cgltf.git
[submodule "thirdparty/CTPL"]
path = thirdparty/CTPL
url = https://github.com/vit-vit/CTPL.git
[submodule "thirdparty/basis_universal"]
path = thirdparty/basis_universal
url = https://github.com/BinomialLLC/basis_universal.git
[submodule "thirdparty/glfw"]
path = thirdparty/glfw
url = https://github.com/glfw/glfw.git
[submodule "thirdparty/spirv-cross"]
path = thirdparty/spirv-cross
url = https://github.com/KhronosGroup/SPIRV-Cross.git
[submodule "thirdparty/glslang"]
path = thirdparty/glslang
url = https://github.com/KhronosGroup/glslang.git
[submodule "thirdparty/par"]
path = thirdparty/par
url = https://github.com/prideout/par.git
[submodule "thirdparty/imgui"]
path = thirdparty/imgui
url = https://github.com/ocornut/imgui.git
[submodule "thirdparty/vusym"]
path = thirdparty/vusym
url = https://github.com/abbaswasim/vasym.git
[submodule "thirdparty/volk"]
path = thirdparty/volk
url = https://github.com/zeux/volk.git