[dependencies.erupt]
features = ["bytemuck"]
version = "0.18"
[dependencies.profiling]
optional = true
version = "0.1"
[dependencies.raw-window-handle]
version = "0.3"
[dependencies.smallvec]
features = ["union", "const_generics"]
optional = true
version = "1.6"
[dependencies.tracing]
default-features = false
optional = true
version = "0.1"
[dependencies.vk-alloc]
features = ["vk-buffer-device-address"]
version = "1.1"
[dev-dependencies.bytemuck]
version = "1.5"
[dev-dependencies.ddsfile]
version = "0.4"
[dev-dependencies.glam]
version = "0.13"
[dev-dependencies.gltf]
version = "0.15"
[dev-dependencies.tracing-subscriber]
default-features = false
features = ["fmt", "ansi", "env-filter"]
version = "0.2"
[dev-dependencies.winit]
version = "0.24"
[features]
default = ["logging", "smallvec"]
logging = ["tracing", "vk-alloc/tracing"]
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"]
[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.0.0"