ash/Cargo.toml
2016-12-09 20:43:12 +01:00

13 lines
293 B
TOML

[package]
name = "ash"
version = "0.1.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"]
[dependencies]
shared_library = "0.1.5"