-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
30 lines (30 loc) · 1.15 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
[submodule "thirdparty/glfw"]
path = thirdparty/glfw
url = https://github.com/DelusionEngine/glfw
[submodule "thirdparty/glfw3webgpu"]
path = thirdparty/glfw3webgpu
url = https://github.com/DelusionEngine/glfw3webgpu
[submodule "thirdparty/wgpu-native"]
path = thirdparty/wgpu-native
url = https://github.com/DelusionEngine/wgpu-native
[submodule "thirdparty/webgpu-headers"]
path = thirdparty/webgpu-headers
url = https://github.com/DelusionEngine/webgpu-headers.git
[submodule "thirdparty/imgui"]
path = thirdparty/imgui
url = https://github.com/DelusionEngine/imgui.git
[submodule "thirdparty/entt"]
path = thirdparty/entt
url = https://github.com/DelusionEngine/entt
[submodule "thirdparty/glm"]
path = thirdparty/glm
url = https://github.com/DelusionEngine/glm
[submodule "thirdparty/nativefiledialog-extended"]
path = thirdparty/nativefiledialog-extended
url = https://github.com/DelusionEngine/nativefiledialog-extended.git
[submodule "thirdparty/yaml-cpp"]
path = thirdparty/yaml-cpp
url = https://github.com/DelusionEngine/yaml-cpp.git
[submodule "thirdparty/filewatch"]
path = thirdparty/filewatch
url = https://github.com/DelusionEngine/filewatch