-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
31 lines (30 loc) · 1015 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
28
29
30
31
[submodule "nvrhi"]
path = nvrhi
url = https://github.com/NVIDIAGameWorks/nvrhi.git
[submodule "thirdparty/imgui"]
path = thirdparty/imgui
url = https://github.com/ocornut/imgui
[submodule "thirdparty/jsoncpp"]
path = thirdparty/jsoncpp
url = https://github.com/open-source-parsers/jsoncpp
[submodule "thirdparty/stb"]
path = thirdparty/stb
url = https://github.com/nothings/stb.git
[submodule "thirdparty/lz4"]
path = thirdparty/lz4
url = https://github.com/lz4/lz4.git
[submodule "thirdparty/glfw"]
path = thirdparty/glfw
url = https://github.com/glfw/glfw.git
[submodule "thirdparty/cgltf"]
path = thirdparty/cgltf
url = https://github.com/jkuhlmann/cgltf
[submodule "thirdparty/miniz"]
path = thirdparty/miniz
url = https://github.com/richgel999/miniz.git
[submodule "media/glTF-Sample-Models"]
path = media/glTF-Sample-Models
url = https://github.com/KhronosGroup/glTF-Sample-Models.git
[submodule "KickstartRT"]
path = KickstartRT
url = https://github.com/NVIDIAGameWorks/KickstartRT.git