[package] name = "gpu-alloc" version = "0.2.1" authors = ["Zakarum "] edition = "2018" description = "Implementation agnostic memory allocator for Vulkan like APIs" keywords = ["gpu", "vulkan", "allocation", "no-std"] license = "MIT OR Apache-2.0" documentation = "https://docs.rs/gpu-alloc-types/0.2.1" homepage = "https://github.com/zakarumych/gpu-alloc" repository = "https://github.com/zakarumych/gpu-alloc" [features] std = [] default = ["std"] [dependencies] gpu-alloc-types = { path = "../types", version = "0.1" } tracing = { version = "0.1", optional = true, default-features = false } bitflags = { version = "1.2", default-features = false } serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }