1[package] 2name = "ash" 3version = "0.33.3+1.2.191" 4authors = ["maik klein <maikklein@googlemail.com>"] 5description = "Vulkan bindings for Rust" 6license = "MIT" 7repository = "https://github.com/MaikKlein/ash" 8readme = "../README.md" 9keywords = ["vulkan", "graphic"] 10documentation = "https://docs.rs/ash" 11edition = "2018" 12 13[dependencies] 14libloading = { version = "0.7", optional = true } 15 16[features] 17default = ["libloading"] 18 19[package.metadata.release] 20no-dev-version = true 21