Skip to content

Commit 3149616

Browse files
committed
Upgrade vk-parse from temporary fork to 0.13 release
The `0.13` release includes the fix from my fork [^1], which we can now depend on directly. [^1]: https://togithub.com/krolli/vk-parse/pull/32
1 parent 8a3c02d commit 3149616

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,3 @@ members = [
99
"generator",
1010
"generator-rewrite",
1111
]
12-
13-
[patch.crates-io]
14-
# https://github.com/krolli/vk-parse/pull/32
15-
# https://togithub.com/KhronosGroup/Vulkan-Docs/pull/2366
16-
vk-parse = { git = "https://github.com/MarijnS95/vk-parse", rev = "97848b1" }

generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ once_cell = "1.7"
1717
proc-macro2 = "1.0"
1818
quote = "1.0"
1919
regex = "1.4"
20-
vk-parse = { version = "0.12", features = ["vkxml-convert"] }
20+
vk-parse = { version = "0.13", features = ["vkxml-convert"] }
2121
vkxml = "0.3"
2222

2323
[dependencies.syn]

0 commit comments

Comments
 (0)