-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
47 lines (47 loc) · 1.51 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
37
38
39
40
41
42
43
44
45
46
47
[submodule "ext/zlib"]
path = ext/zlib
url = https://github.com/mitsuba-renderer/zlib
[submodule "ext/libpng"]
path = ext/libpng
url = https://github.com/mitsuba-renderer/libpng.git
[submodule "ext/libjpeg"]
path = ext/libjpeg
url = https://github.com/mitsuba-renderer/libjpeg
[submodule "ext/openexr"]
path = ext/openexr
url = https://github.com/mitsuba-renderer/openexr
[submodule "ext/tinyformat"]
path = ext/tinyformat
url = https://github.com/mitsuba-renderer/tinyformat
[submodule "ext/pugixml"]
path = ext/pugixml
url = https://github.com/mitsuba-renderer/pugixml
[submodule "ext/asmjit"]
path = ext/asmjit
url = https://github.com/mitsuba-renderer/asmjit
[submodule "ext/pybind11"]
path = ext/pybind11
url = https://github.com/pybind/pybind11
[submodule "ext/nanogui"]
path = ext/nanogui
url = https://github.com/mitsuba-renderer/nanogui
[submodule "resources/data"]
path = resources/data
url = https://github.com/mitsuba-renderer/mitsuba-data
shallow = true
[submodule "ext/embree"]
path = ext/embree
url = https://github.com/mitsuba-renderer/embree
[submodule "ext/ittnotify"]
path = ext/ittnotify
url = https://github.com/intel/IntelSEAPI
[submodule "ext/fastfloat"]
path = ext/fastfloat
url = https://github.com/fastfloat/fast_float
[submodule "tutorials"]
path = tutorials
url = https://github.com/mitsuba-renderer/mitsuba-tutorials
shallow = true
[submodule "ext/drjit"]
path = ext/drjit
url = https://github.com/mitsuba-renderer/drjit