We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vk-parse
0.13
1 parent 8a3c02d commit 3149616Copy full SHA for 3149616
Cargo.toml
@@ -9,8 +9,3 @@ members = [
9
"generator",
10
"generator-rewrite",
11
]
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
@@ -17,7 +17,7 @@ once_cell = "1.7"
17
proc-macro2 = "1.0"
18
quote = "1.0"
19
regex = "1.4"
20
-vk-parse = { version = "0.12", features = ["vkxml-convert"] }
+vk-parse = { version = "0.13", features = ["vkxml-convert"] }
21
vkxml = "0.3"
22
23
[dependencies.syn]
0 commit comments