From 534e0c70fd6c597022556c868f4f74199927253f Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Sat, 22 Apr 2017 17:15:48 +0200 Subject: [PATCH] readme path --- ash/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ash/Cargo.toml b/ash/Cargo.toml index f890c8c..a928b3c 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -5,7 +5,7 @@ authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT" repository = "https://github.com/MaikKlein/ash" -readme = "README.md" +readme = "../README.md" keywords = ["vulkan", "graphic"] documentation = "https://docs.rs/ash"