Revision control
Copy as Markdown
Other Tools
[package]↩
name = "gpu-descriptor"↩
version = "0.3.2"↩
authors = ["Zakarum <zakarumych@ya.ru>"]↩
edition = "2018"↩
description = "Implementation agnostic descriptor allocator for Vulkan like APIs"↩
keywords = ["gpu", "vulkan", "no-std"]↩
license = "MIT OR Apache-2.0"↩
readme = "../README.md"↩
↩
[features]↩
std = []↩
default = ["std"]↩
↩
[dependencies]↩
gpu-descriptor-types = { path = "../types", version = "0.2" }↩
tracing = { version = "0.1", optional = true, default-features = false }↩
bitflags = { version = "2.6", default-features = false }↩
serde = { version = "1.0", optional = true, default-features = false, features = [↩
"derive",↩
] }↩
hashbrown = { version = "0.15", default-features = false, features = ["default-hasher"] }↩