Skip to content

Commit

Permalink
Make Vulkan-Headers submodule point to fork
Browse files Browse the repository at this point in the history
This is required because cargo will fetch submodules when taking a git
dependency, even though it is not needed in this case.

rust-lang/cargo#4247

The git command line correctly handles commits which are only present
in forks, but cargo doesn't.
  • Loading branch information
Friz64 committed Mar 27, 2022
1 parent 7b5e512 commit 9358f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "generator/Vulkan-Headers"]
path = generator/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
url = https://github.com/Friz64/Vulkan-Headers.git

0 comments on commit 9358f1e

Please sign in to comment.