asche 1.6.0

Provides an abstraction layer above erupt to easier use Vulkan in Rust.
Documentation
[dependencies.erupt]
features = ["bytemuck"]
version = "0.19"

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

[dependencies.raw-window-handle]
version = "0.3"

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

[dependencies.vk-alloc]
version = "1.3"
[dev-dependencies.bytemuck]
version = "1.7"

[dev-dependencies.ddsfile]
version = "0.4"

[dev-dependencies.glam]
version = "0.17"

[dev-dependencies.gltf]
version = "0.16"

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

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

[features]
default = ["tracing", "vk-buffer-device-address"]
profile-with-optick = ["profiling/profile-with-optick", "vk-alloc/profile-with-optick"]
profile-with-puffin = ["profiling/profile-with-puffin", "vk-alloc/profile-with-puffin"]
profile-with-superluminal = ["profiling/profile-with-superluminal", "vk-alloc/profile-with-superluminal"]
profile-with-tracing = ["profiling/profile-with-tracing", "vk-alloc/profile-with-tracing"]
profile-with-tracy = ["profiling/profile-with-tracy", "vk-alloc/profile-with-tracy"]
tracing = ["tracing1", "vk-alloc/tracing"]
vk-buffer-device-address = ["vk-alloc/vk-buffer-device-address"]

[package]
authors = ["Nils Hasenbanck <nils@hasenbanck.de>"]
categories = ["rendering::graphics-api", "rendering"]
description = "Provides an abstraction layer above erupt to easier use Vulkan in Rust."
edition = "2018"
keywords = ["vulkan", "erupt"]
license = "Zlib OR MIT OR Apache-2.0"
name = "asche"
readme = "README.md"
repository = "https://github.com/hasenbanck/asche"
version = "1.6.0"