ash/generator/Cargo.toml
Alexander Ekdahl 00f52cc5ad Vulkan 1.2 Support (#264)
* Updated vk-parse and Vulkan-Headers to Vulkan 1.2

* First pass at generating vk.rs

* Support double

* Generate from EnumSpec::Value

* Remove println

* Fix mutable pointer bug

* cargo fmt

* Update document link

* Remove mention of Vulkan 1.2 support for now

* Add clippy::wrong_self_convention
2020-01-19 09:56:12 +01:00

21 lines
344 B
TOML

[package]
name = "generator"
version = "0.1.0"
authors = ["Maik Klein <maikklein@googlemail.com>"]
edition = "2018"
[dependencies]
vk-parse = "0.3.0"
vkxml = "0.3"
nom = "4.0"
heck = "0.3"
proc-macro2 = "0.2"
itertools = "0.7"
[dependencies.quote]
version = "0.4.2"
[dependencies.syn]
version = "0.12.14"
features = ["full", "extra-traits"]