-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
39 lines (39 loc) · 1.42 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 "Vortex/vendor/spdlog"]
path = Vortex/vendor/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "Vortex/vendor/glfw"]
path = Vortex/vendor/glfw
url = https://github.com/glfw/glfw.git
[submodule "Vortex/vendor/imgui"]
path = Vortex/vendor/imgui
url = https://github.com/ocornut/imgui.git
[submodule "Vortex/vendor/glm"]
path = Vortex/vendor/glm
url = https://github.com/g-truc/glm.git
[submodule "Vortex/vendor/shaderc"]
path = Vortex/vendor/shaderc
url = https://github.com/google/shaderc.git
[submodule "Vortex/vendor/spirv-cross"]
path = Vortex/vendor/spirv-cross
url = https://github.com/KhronosGroup/SPIRV-Cross.git
[submodule "Vortex/vendor/yaml-cpp"]
path = Vortex/vendor/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "Vortex/vendor/gizmo"]
path = Vortex/vendor/gizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git
[submodule "Vortex/vendor/imnode"]
path = Vortex/vendor/imnode
url = https://github.com/thedmd/imgui-node-editor.git
[submodule "Vortex/vendor/imnodes"]
path = Vortex/vendor/imnodes
url = https://github.com/Nelarius/imnodes.git
[submodule "Vortex/vendor/box2d"]
path = Vortex/vendor/box2d
url = https://github.com/erincatto/box2d.git
[submodule "Vortex/vendor/bullet3"]
path = Vortex/vendor/bullet3
url = https://github.com/bulletphysics/bullet3.git
[submodule "Vortex/vendor/imguizmo"]
path = Vortex/vendor/imguizmo
url = https://github.com/TheCherno/ImGuizmo.git