ash/ash/Cargo.toml
2019-01-13 12:41:56 +01:00

21 lines
428 B
TOML

[package]
name = "ash"
version = "0.27.1"
authors = ["maik klein <maikklein@googlemail.com>"]
description = "Vulkan bindings for Rust"
license = "MIT"
repository = "https://github.com/MaikKlein/ash"
readme = "../README.md"
keywords = ["vulkan", "graphic"]
documentation = "https://docs.rs/ash"
[dependencies]
shared_library = "0.1.9"
lazy_static = "1"
[features]
default = []
[package.metadata.release]
no-dev-version = true