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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
.gitmodules vendored
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