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