-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
27 lines (27 loc) · 885 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
[submodule "3rdparty/spdlog"]
path = 3rdparty/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "3rdparty/imgui"]
path = 3rdparty/imgui
url = https://github.com/ocornut/imgui
[submodule "3rdparty/glfw"]
path = 3rdparty/glfw
url = https://github.com/glfw/glfw.git
[submodule "3rdparty/nvrhi"]
path = 3rdparty/nvrhi
url = https://github.com/NVIDIAGameWorks/nvrhi.git
[submodule "3rdparty/glm"]
path = 3rdparty/glm
url = https://github.com/g-truc/glm.git
[submodule "3rdparty/assimp"]
path = 3rdparty/assimp
url = https://github.com/assimp/assimp.git
[submodule "3rdparty/meshoptimizer"]
path = 3rdparty/meshoptimizer
url = https://github.com/zeux/meshoptimizer
[submodule "3rdparty/glslang"]
path = 3rdparty/glslang
url = https://github.com/KhronosGroup/glslang.git
[submodule "3rdparty/json"]
path = 3rdparty/json
url = https://github.com/nlohmann/json.git