-
Notifications
You must be signed in to change notification settings - Fork 32
/
.gitmodules
39 lines (39 loc) · 1.37 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
[submodule "external/madrona-deps"]
path = external/madrona-deps
url = https://github.com/shacklettbp/madrona-deps.git
[submodule "external/googletest"]
path = external/googletest
url = https://github.com/google/googletest.git
[submodule "external/nanobind"]
path = external/nanobind
url = https://github.com/wjakob/nanobind.git
[submodule "external/meshoptimizer"]
path = external/meshoptimizer
url = https://github.com/zeux/meshoptimizer.git
[submodule "external/fast_float"]
path = external/fast_float
url = https://github.com/fastfloat/fast_float.git
[submodule "external/madrona-toolchain"]
path = external/madrona-toolchain
url = https://github.com/shacklettbp/madrona-toolchain.git
[submodule "external/simdjson"]
path = external/simdjson
url = https://github.com/simdjson/simdjson.git
[submodule "external/SPIRV-Reflect"]
path = external/SPIRV-Reflect
url = https://github.com/KhronosGroup/SPIRV-Reflect.git
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/ocornut/imgui.git
[submodule "external/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw.git
[submodule "external/tinyusdz"]
path = external/tinyusdz
url = https://github.com/syoyo/tinyusdz.git
[submodule "external/stb"]
path = external/stb
url = https://github.com/nothings/stb.git
[submodule "external/cccl"]
path = external/cccl
url = https://github.com/NVIDIA/cccl.git