[package] name = "gpu-descriptor-ash" version = "0.3.0" authors = ["Zakarum "] edition = "2018" description = "gpu-descriptor integration with ash" keywords = ["gpu", "vulkan", "no-std"] license = "MIT OR Apache-2.0" documentation = "https://docs.rs/gpu-descriptor-ash" homepage = "https://github.com/zakarumych/gpu-descriptor" repository = "https://github.com/zakarumych/gpu-descriptor" readme = "../README.md" [dependencies] gpu-descriptor-types = { path = "../types", version = "0.2" } tracing = { version = "0.1", optional = true, default-features = false } ash = { version = "0.38", default-features = false } smallvec = "1.0"