ash/ash/Cargo.toml
2017-09-14 17:23:00 +02:00

19 lines
423 B
TOML

[package]
name = "ash"
version = "0.18.5"
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.5"
lazy_static = "0.2.1"
libc = "0.2.26"
[package.metadata.release]
no-dev-version = true