vk_generator 0.3.2

Generate Rust bindings to the Vulkan API
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bitflags"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"

[[package]]
name = "boolinator"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87c89adfe2f273bfbafca48bbfa4f56937530231995487675c3d26721516057c"

[[package]]
name = "vk_api"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a40dd1f5c57260efec783e9262a13d84147e7ac0f2b89fbde5f710e963bf6e0"

[[package]]
name = "vk_generator"
version = "0.3.2"
dependencies = [
 "boolinator",
 "vk_api",
 "xml-rs",
]

[[package]]
name = "xml-rs"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ec6c39eaa68382c8e31e35239402c0a9489d4141a8ceb0c716099a0b515b562"
dependencies = [
 "bitflags",
]