-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
25 lines (24 loc) · 993 Bytes
/
.gitmodules
File metadata and controls
25 lines (24 loc) · 993 Bytes
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
[submodule "VulkanCore/vendor/imgui"]
path = VulkanCore/vendor/imgui
url = https://github.com/PrakarshPanwar/imgui.git
[submodule "VulkanCore/vendor/glfw"]
path = VulkanCore/vendor/glfw
url = https://github.com/PrakarshPanwar/glfw.git
[submodule "VulkanCore/vendor/spdlog"]
path = VulkanCore/vendor/spdlog
url = https://github.com/PrakarshPanwar/spdlog.git
[submodule "VulkanCore/vendor/ImGuizmo"]
path = VulkanCore/vendor/ImGuizmo
url = https://github.com/PrakarshPanwar/ImGuizmo.git
[submodule "VulkanCore/vendor/Assimp"]
path = VulkanCore/vendor/Assimp
url = https://github.com/assimp/assimp.git
[submodule "VulkanCore/vendor/yaml-cpp"]
path = VulkanCore/vendor/yaml-cpp
url = https://github.com/PrakarshPanwar/yaml-cpp.git
[submodule "VulkanCore/vendor/JoltPhysics"]
path = VulkanCore/vendor/JoltPhysics
url = https://github.com/PrakarshPanwar/JoltPhysics.git
[submodule "VulkanCore/vendor/tracy"]
path = VulkanCore/vendor/tracy
url = https://github.com/wolfpld/tracy.git