-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
39 lines (39 loc) · 1.25 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
[submodule "src/ext/cxxopts"]
path = src/ext/cxxopts
url = https://github.com/jarro2783/cxxopts.git
[submodule "src/ext/spdlog"]
path = src/ext/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "src/ext/xxHash"]
path = src/ext/xxHash
url = https://github.com/Cyan4973/xxHash.git
[submodule "src/ext/glfw"]
path = src/ext/glfw
url = https://github.com/glfw/glfw.git
[submodule "src/ext/fmt"]
path = src/ext/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "src/ext/json"]
path = src/ext/json
url = https://github.com/nlohmann/json.git
[submodule "src/ext/fast_float"]
path = src/ext/fast_float
url = https://github.com/fastfloat/fast_float.git
[submodule "src/ext/assimp"]
path = src/ext/assimp
url = https://github.com/assimp/assimp.git
[submodule "src/ext/tinyexr"]
path = src/ext/tinyexr
url = https://github.com/syoyo/tinyexr.git
[submodule "src/ext/stb/stb"]
path = src/ext/stb/stb
url = https://github.com/nothings/stb.git
[submodule "src/ext/glm"]
path = src/ext/glm
url = https://github.com/g-truc/glm.git
[submodule "src/ext/imgui/imgui"]
path = src/ext/imgui/imgui
url = https://github.com/ocornut/imgui.git
[submodule "src/ext/glsl-optimizer"]
path = src/ext/glsl-optimizer
url = https://github.com/aras-p/glsl-optimizer.git