forked from shader-slang/slangpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 794 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "external/nanobind"]
path = external/nanobind
url = https://github.com/skallweitNV/nanobind.git
[submodule "external/vcpkg"]
path = external/vcpkg
url = https://github.com/microsoft/vcpkg.git
[submodule "data"]
path = data
url = https://github.com/shader-slang/slangpy-data.git
[submodule "samples"]
path = samples
url = https://github.com/shader-slang/slangpy-samples.git
[submodule "external/fmt"]
path = external/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "external/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw.git
[submodule "external/tevclient"]
path = external/tevclient
url = https://github.com/westlicht/tevclient.git
[submodule "external/slang-rhi"]
path = external/slang-rhi
url = https://github.com/shader-slang/slang-rhi.git