-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitmodules
More file actions
33 lines (33 loc) · 1.28 KB
/
.gitmodules
File metadata and controls
33 lines (33 loc) · 1.28 KB
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
[submodule "third_party/dawn"]
path = third_party/dawn
url = https://dawn.googlesource.com/dawn
[submodule "third_party/abseil-cpp"]
path = third_party/abseil-cpp
url = https://github.com/abseil/abseil-cpp
[submodule "third_party/spirv-tools"]
path = third_party/spirv-tools
url = https://github.com/KhronosGroup/Spirv-Tools
[submodule "third_party/spirv-headers"]
path = third_party/spirv-headers
url = https://github.com/KhronosGroup/Spirv-Headers
[submodule "third_party/jinja"]
path = third_party/jinja
url = https://github.com/pallets/jinja
[submodule "third_party/markupsafe"]
path = third_party/markupsafe
url = https://github.com/mitsuhiko/markupsafe
[submodule "third_party/vulkan-tools"]
path = third_party/vulkan-tools
url = https://github.com/KhronosGroup/Vulkan-Tools
[submodule "third_party/vulkan-headers"]
path = third_party/vulkan-headers
url = https://github.com/KhronosGroup/Vulkan-Headers
[submodule "third_party/glfw"]
path = third_party/glfw
url = https://github.com/glfw/glfw
[submodule "third_party/vulkan-utility-libraries"]
path = third_party/vulkan-utility-libraries
url = https://github.com/KhronosGroup/Vulkan-Utility-Libraries
[submodule "third_party/webgpu-headers"]
path = third_party/webgpu-headers
url = https://github.com/webgpu-native/webgpu-headers