[package] name = "gpu-descriptor-erupt" version = "0.5.0" authors = ["Zakarum "] edition = "2018" description = "gpu-descriptor integration with erupt" keywords = ["gpu", "vulkan", "no-std"] license = "MIT OR Apache-2.0" documentation = "https://docs.rs/gpu-descriptor-erupt" 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 } erupt = { version = "0.23", default-features = false } smallvec = "1.0"