From 137fc1cb9170287f19e7efdac725c8c0844385df Mon Sep 17 00:00:00 2001 From: maik klein Date: Fri, 9 Dec 2016 20:41:55 +0100 Subject: [PATCH] Publish --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 234b25a..7081239 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "ash" version = "0.1.0" authors = ["maik klein "] +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"