ash 0.37.3+1.3.251

Vulkan bindings for Rust
Documentation
[dependencies.libloading]
optional = true
version = "0.7"

[features]
debug = []
default = ["loaded", "debug"]
linked = []
loaded = ["libloading"]

[package]
authors = ["Maik Klein <maikklein@googlemail.com>", "Benjamin Saunders <ben.e.saunders@gmail.com>", "Marijn Suijten <marijn@traverseresearch.nl>"]
description = "Vulkan bindings for Rust"
documentation = "https://docs.rs/ash"
edition = "2021"
keywords = ["vulkan", "graphic"]
license = "MIT OR Apache-2.0"
name = "ash"
readme = "README.md"
repository = "https://github.com/MaikKlein/ash"
resolver = "1"
rust-version = "1.59.0"
version = "0.37.3+1.3.251"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.release]
no-dev-version = true