git: unshallow vcpkg, shallow vulkan-headers and imgui (#1282)

This commit is contained in:
goeiecool9999
2024-08-08 15:58:24 +02:00
committed by GitHub
parent bf2208145b
commit 54e695a6e8
+3 -1
View File
@@ -9,10 +9,12 @@
[submodule "dependencies/vcpkg"]
path = dependencies/vcpkg
url = https://github.com/microsoft/vcpkg
shallow = true
shallow = false
[submodule "dependencies/Vulkan-Headers"]
path = dependencies/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers
shallow = true
[submodule "dependencies/imgui"]
path = dependencies/imgui
url = https://github.com/ocornut/imgui
shallow = true