gpu-allocator 0.3.0

Memory allocator for GPU memory in Vulkan and in the future DirectX 12
Documentation
example = []
[dependencies.ash]
version = "0.31"

[dependencies.backtrace]
version = "0.3"

[dependencies.imgui]
optional = true
version = "0.6"

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.ash-window]
version = "0.5"

[dev-dependencies.winit]
version = "0.23"

[features]
visualizer = ["imgui"]
vulkan_device_address = []

[package]
authors = ["Traverse Research <opensource@traverseresearch.nl>"]
categories = ["rendering", "rendering::graphics-api"]
description = "Memory allocator for GPU memory in Vulkan and in the future DirectX 12"
documentation = "https://docs.rs/gpu-allocator/"
edition = "2018"
homepage = "https://github.com/Traverse-Research/gpu-allocator"
include = ["src/**", "Cargo.toml"]
keywords = ["vulkan", "memory", "allocator"]
license = "MIT OR Apache-2.0"
name = "gpu-allocator"
repository = "https://github.com/Traverse-Research/gpu-allocator"
version = "0.3.0"