-
Notifications
You must be signed in to change notification settings - Fork 74
/
.gitmodules
36 lines (36 loc) · 1.24 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
[submodule "dependencies/glslang"]
path = dependencies/glslang
url = https://github.com/KhronosGroup/glslang
[submodule "dependencies/spirvcross"]
path = dependencies/spirvcross
url = https://github.com/KhronosGroup/SPIRV-Cross
[submodule "dependencies/gli"]
path = dependencies/gli
url = https://github.com/g-truc/gli
[submodule "dependencies/glm"]
path = dependencies/glm
url = https://github.com/g-truc/glm
[submodule "dependencies/enkits"]
path = dependencies/enkits
url = https://github.com/dougbinks/enkiTS
[submodule "dependencies/rapidjson"]
path = dependencies/rapidjson
url = https://github.com/miloyip/rapidjson
[submodule "dependencies/sparsepp"]
path = dependencies/sparsepp
url = https://github.com/greg7mdp/sparsepp
[submodule "dependencies/sol"]
path = dependencies/sol
url = https://github.com/ThePhD/sol2.git
[submodule "dependencies/tinydir"]
path = dependencies/tinydir
url = https://github.com/cxong/tinydir
[submodule "dependencies/rlutil"]
path = dependencies/rlutil
url = https://github.com/tapio/rlutil
[submodule "dependencies/microprofile"]
path = dependencies/microprofile
url = https://github.com/begla/microprofile
[submodule "dependencies/tlsf"]
path = dependencies/tlsf
url = https://github.com/mattconte/tlsf