-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitmodules
24 lines (24 loc) · 855 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
[submodule "thirdparty/glm"]
path = thirdparty/glm
url = https://github.com/g-truc/glm.git
[submodule "test/thirdparty/gtest"]
path = thirdparty/gtest
url = https://github.com/google/googletest.git
[submodule "benchmark/thirdparty/gbenchmark"]
path = benchmark/thirdparty/gbenchmark
url = https://github.com/google/benchmark.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/nvrhi"]
path = thirdparty/nvrhi
url = https://github.com/NVIDIAGameWorks/nvrhi.git
[submodule "thirdparty/ShaderMake"]
path = thirdparty/ShaderMake
url = https://github.com/NVIDIAGameWorks/ShaderMake.git
[submodule "thirdparty/lz4"]
path = thirdparty/lz4
url = https://github.com/lz4/lz4.git