gpu-alloc-ash 0.5.0

`ash` backend for `gpu-alloc`
Documentation
[dependencies.ash]
default-features = false
version = "0.37"

[dependencies.gpu-alloc-types]
version = "0.2"

[dependencies.tinyvec]
default-features = false
features = ["alloc"]
version = "1.0"

[dependencies.tracing]
features = ["attributes"]
optional = true
version = "0.1"

[package]
authors = ["Zakarum <zakarumych@ya.ru>"]
categories = ["graphics", "memory-management", "no-std", "game-development"]
description = "`ash` backend for `gpu-alloc`"
documentation = "https://docs.rs/gpu-alloc-ash"
edition = "2018"
homepage = "https://github.com/zakarumych/gpu-alloc"
keywords = ["gpu", "vulkan", "allocation", "no-std"]
license = "MIT OR Apache-2.0"
name = "gpu-alloc-ash"
readme = "../README.md"
repository = "https://github.com/zakarumych/gpu-alloc"
version = "0.5.0"