[[bin]]
name = "ash"
path = "src/main.rs"
[dependencies.ash]
features = ["loaded", "std"]
version = "0.38.0"
[lib]
name = "ashtray"
path = "src/lib.rs"
[package]
authors = ["Radim Kolar <hsn@sendmail.cz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui", "graphics", "rendering::graphics-api"]
description = "Collection of utilities for Vulkan ash API"
edition = "2021"
homepage = "https://gitlab.com/hsn10/ashtray"
keywords = ["ash", "vulkan"]
license = "Unlicense OR CC0-1.0"
name = "ashtray"
readme = "README.md"
repository = "https://gitlab.com/hsn10/ashtray.git"
version = "0.1.2"