generator: Use stable vk-parse 0.6 release (#434)

Following [1] a stable release including the fixed commit has been made;
we can now depend on the released crate version again.  This also
includes support for all new fields up to Vulkan 1.2.176.

[1]: https://github.com/krolli/vk-parse/issues/18#issuecomment-837815599
This commit is contained in:
Marijn Suijten 2021-05-11 21:36:44 +02:00 committed by GitHub
parent 3152f4ac96
commit 95f748fc3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ once_cell = "1.7"
proc-macro2 = "1.0"
quote = "1.0"
regex = "1.4"
vk-parse = { git = "https://github.com/krolli/vk-parse", rev = "a133cbb330deeb5c8cea63574cb309075e43a231", features = ["vkxml-convert"] }
vk-parse = { version = "0.6", features = ["vkxml-convert"] }
vkxml = "0.3"
[dependencies.syn]