This commit is contained in:
maik klein 2016-12-09 20:41:55 +01:00
parent 473c8b45c2
commit 137fc1cb91

View file

@ -2,6 +2,11 @@
name = "ash"
version = "0.1.0"
authors = ["maik klein <maikklein@googlemail.com>"]
description = "Vulkan bindings for Rust"
license = "MIT, APACHE"
repository = "https://github.com/MaikKlein/ash"
readme = "README.md"
keywords = ["vulkan", "graphic"]
[dependencies]
shared_library = "0.1.5"