Skip to content

Commit

Permalink
TEMP: Take a git reference on vk-parse for the upcoming vk.xml `<…
Browse files Browse the repository at this point in the history
…enums type="constants">` attribute (#918)

Without a `vk-parse` change, adding `type="constants"` to `<enums>`
in `vk.xml` will cause all our constants to be lost.  Use the patched
crate until it's merged and released upstream, to unblock the proposed
`vk.xml` change.

https://togithub.com/krolli/vk-parse/pull/32
https://togithub.com/KhronosGroup/Vulkan-Docs/pull/2366
  • Loading branch information
MarijnS95 committed May 15, 2024
1 parent 660553c commit 331724c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ members = [
"generator",
"generator-rewrite",
]

[patch.crates-io]
# https://github.com/krolli/vk-parse/pull/32
# https://togithub.com/KhronosGroup/Vulkan-Docs/pull/2366
vk-parse = { git = "https://github.com/MarijnS95/vk-parse", rev = "97848b1" }

0 comments on commit 331724c

Please sign in to comment.