gpu-alloc 0.4.7

Implementation agnostic memory allocator for Vulkan like APIs
Documentation
[dependencies.bitflags]
default-features = false
version = "1.2"

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

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0"

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

[features]
default = ["std", "freelist"]
freelist = []
std = []

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