Skip to content

Commit

Permalink
unshallow vcpkg by default and shallow other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
goeiecool9999 committed May 31, 2024
1 parent d33337d commit 9aee98e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
[submodule "dependencies/vcpkg"]
path = dependencies/vcpkg
url = https://github.com/microsoft/vcpkg
shallow = true
[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
shalow = true

0 comments on commit 9aee98e

Please sign in to comment.