From 2c573e8884e13fa2c6d2667abdca07b74c347cc3 Mon Sep 17 00:00:00 2001 From: maik klein Date: Fri, 9 Dec 2016 20:43:12 +0100 Subject: [PATCH] license mit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7081239..306a809 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "ash" version = "0.1.0" authors = ["maik klein "] description = "Vulkan bindings for Rust" -license = "MIT, APACHE" +license = "MIT" repository = "https://github.com/MaikKlein/ash" readme = "README.md" keywords = ["vulkan", "graphic"]