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"