Skip to content

Commit 54e695a

Browse files
git: unshallow vcpkg, shallow vulkan-headers and imgui (#1282)
1 parent bf22081 commit 54e695a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitmodules

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
[submodule "dependencies/vcpkg"]
1010
path = dependencies/vcpkg
1111
url = https://github.com/microsoft/vcpkg
12-
shallow = true
12+
shallow = false
1313
[submodule "dependencies/Vulkan-Headers"]
1414
path = dependencies/Vulkan-Headers
1515
url = https://github.com/KhronosGroup/Vulkan-Headers
16+
shallow = true
1617
[submodule "dependencies/imgui"]
1718
path = dependencies/imgui
1819
url = https://github.com/ocornut/imgui
20+
shallow = true

0 commit comments

Comments
 (0)