vk-alloc 1.1.1

A segregated list memory allocator for Vulkan.
Documentation
[dependencies.erupt]
version = "0.18"

[dependencies.profiling]
optional = true
version = "0.1"

[dependencies.tracing]
default-features = false
optional = true
version = "0.1"
[dev-dependencies.tracing-subscriber]
default-features = false
features = ["ansi", "env-filter", "fmt", "registry"]
version = "0.2"

[features]
logging = ["tracing"]
profile-with-optick = ["profiling/profile-with-optick"]
profile-with-puffin = ["profiling/profile-with-puffin"]
profile-with-superluminal = ["profiling/profile-with-superluminal"]
profile-with-tracing = ["profiling/profile-with-tracing"]
profile-with-tracy = ["profiling/profile-with-tracy"]
vk-buffer-device-address = []

[package]
authors = ["Nils Hasenbanck <nils@hasenbanck.de>"]
categories = ["rendering::graphics-api", "rendering"]
description = "A segregated list memory allocator for Vulkan."
edition = "2018"
keywords = ["vk", "vulkan", "erupt", "allocator", "memory"]
license = "Zlib OR MIT OR Apache-2.0"
name = "vk-alloc"
readme = "README.md"
repository = "https://github.com/hasenbanck/vk-alloc"
version = "1.1.1"