-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
28 lines (28 loc) · 1019 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
28
[submodule "ThirdParty/glfw"]
path = ThirdParty/glfw
url = https://github.com/glfw/glfw.git
[submodule "ThirdParty/glm"]
path = ThirdParty/glm
url = https://github.com/g-truc/glm.git
[submodule "ThirdParty/spdlog"]
path = ThirdParty/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "ThirdParty/vma"]
path = ThirdParty/vma
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "ThirdParty/imgui_docking"]
path = ThirdParty/imgui_docking
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "ThirdParty/yaml-cpp"]
path = ThirdParty/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "ThirdParty/nfd-extended"]
path = ThirdParty/nfd-extended
url = https://github.com/btzy/nativefiledialog-extended.git
[submodule "ThirdParty/imguizmo"]
path = ThirdParty/imguizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git
[submodule "ThirdParty/glslang"]
path = ThirdParty/glslang
url = https://github.com/KhronosGroup/glslang.git