vk-alloc 0.1.0

A collection of Vulkan memory allocators.
Documentation
[dependencies.ash]
version = "0.31"

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

[dependencies.slotmap]
version = "1.0"

[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]
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 = []
vk-dedicated-allocation = []

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