95f748fc3d
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
21 lines
389 B
TOML
21 lines
389 B
TOML
[package]
|
|
name = "generator"
|
|
version = "0.1.0"
|
|
authors = ["Maik Klein <maikklein@googlemail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
heck = "0.3"
|
|
itertools = "0.10"
|
|
nom = "6.0"
|
|
once_cell = "1.7"
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
regex = "1.4"
|
|
vk-parse = { version = "0.6", features = ["vkxml-convert"] }
|
|
vkxml = "0.3"
|
|
|
|
[dependencies.syn]
|
|
version = "1.0"
|
|
features = ["full", "extra-traits"]
|