forked from NVIDIA/Q2RTX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
25 lines (25 loc) · 839 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
[submodule "extern/zlib"]
path = extern/zlib
url = https://github.com/madler/zlib.git
ignore = dirty
[submodule "extern/curl"]
path = extern/curl
url = https://github.com/curl/curl.git
[submodule "extern/SDL2"]
path = extern/SDL2
url = https://github.com/libsdl-org/SDL.git
[submodule "extern/stb"]
path = extern/stb
url = https://github.com/nothings/stb.git
[submodule "extern/tinyobjloader-c"]
path = extern/tinyobjloader-c
url = https://github.com/syoyo/tinyobjloader-c.git
[submodule "extern/Vulkan-Headers"]
path = extern/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "extern/glslang"]
path = extern/glslang
url = https://github.com/KhronosGroup/glslang
[submodule "extern/openal-soft"]
path = extern/openal-soft
url = https://github.com/kcat/openal-soft.git