-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
36 lines (36 loc) · 1.21 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/args"]
path = dependencies/args
url = https://github.com/Taywee/args
[submodule "dependencies/openexr"]
path = dependencies/openexr
url = https://github.com/mitsuba-renderer/openexr
[submodule "dependencies/zlib"]
path = dependencies/zlib
url = https://github.com/Tom94/zlib
[submodule "dependencies/utfcpp"]
path = dependencies/utfcpp
url = https://github.com/Tom94/utfcpp
[submodule "dependencies/tinylogger"]
path = dependencies/tinylogger
url = https://github.com/Tom94/tinylogger
[submodule "dependencies/clip"]
path = dependencies/clip
url = https://github.com/Tom94/clip
[submodule "dependencies/DirectXTex"]
path = dependencies/DirectXTex
url = https://github.com/microsoft/DirectXTex.git
[submodule "dependencies/nanogui"]
path = dependencies/nanogui
url = https://github.com/Tom94/nanogui-1
[submodule "dependencies/qoi"]
path = dependencies/qoi
url = https://github.com/phoboslab/qoi.git
[submodule "dependencies/fmt"]
path = dependencies/fmt
url = https://github.com/fmtlib/fmt
[submodule "dependencies/dds-ktx"]
path = dependencies/dds-ktx
url = https://github.com/septag/dds-ktx
[submodule "dependencies/bcdec"]
path = dependencies/bcdec
url = https://github.com/iOrange/bcdec.git