-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
27 lines (27 loc) · 967 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 "glm"]
path = third_party/glm
url = https://github.com/g-truc/glm.git
[submodule "third_party/glslang"]
path = third_party/glslang
url = https://github.com/KhronosGroup/glslang
[submodule "third_party/ChaiScript"]
path = third_party/ChaiScript
url = https://github.com/ChaiScript/ChaiScript.git
[submodule "third_party/Catch"]
path = third_party/Catch
url = https://github.com/philsquared/Catch.git
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog
[submodule "third_party/json"]
path = third_party/json
url = https://github.com/nlohmann/json.git
[submodule "third_party/SPIRV-Cross"]
path = third_party/SPIRV-Cross
url = https://github.com/KhronosGroup/SPIRV-Cross.git
[submodule "third_party/filesystem"]
path = third_party/filesystem
url = https://github.com/gulrak/filesystem
[submodule "third_party/lfwatch"]
path = third_party/lfwatch
url = https://github.com/Twinklebear/lfwatch.git