From a54281f8ec06cf19d0f4b95b8329a48078f76343 Mon Sep 17 00:00:00 2001 From: tomaka Date: Sun, 27 Aug 2017 10:04:11 +0200 Subject: [PATCH] Add a link to the README in the Cargo.toml (#751) --- vulkano/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/vulkano/Cargo.toml b/vulkano/Cargo.toml index f8eb1401..422bae2f 100644 --- a/vulkano/Cargo.toml +++ b/vulkano/Cargo.toml @@ -6,6 +6,7 @@ repository = "https://github.com/vulkano-rs/vulkano" description = "Safe wrapper for the Vulkan graphics API" license = "MIT/Apache-2.0" documentation = "https://docs.rs/vulkano" +readme = "../README.md" categories = ["rendering::graphics-api"] build = "build.rs"