-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
27 lines (27 loc) · 919 Bytes
/
.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
[submodule "libraries/openxr"]
path = libraries/openxr
url = https://github.com/KhronosGroup/OpenXR-SDK
[submodule "libraries/webgpu"]
path = libraries/webgpu
url = https://github.com/upf-gti/WebGPU-distribution
[submodule "libraries/glm"]
path = libraries/glm
url = https://github.com/g-truc/glm.git
[submodule "libraries/spdlog"]
path = libraries/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "libraries/imgui"]
path = libraries/imgui
url = https://github.com/ocornut/imgui
[submodule "libraries/glfw"]
path = libraries/glfw
url = https://github.com/glfw/glfw.git
[submodule "src/xr/dawnxr"]
path = src/xr/dawnxr
url = https://github.com/upf-gti/dawnxr
[submodule "libraries/easyVDB"]
path = libraries/easyVDB
url = https://github.com/victorubieto/easyVDB
[submodule "libraries/Vulkan-Headers"]
path = libraries/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git