ash/Cargo.toml
2016-12-23 23:29:55 +01:00

15 lines
348 B
TOML

[package]
name = "ash"
version = "0.2.0"
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]
sharedlib = "6.0.0"
lazy_static = "0.2.1"