Add a link to the README in the Cargo.toml (#751)

This commit is contained in:
tomaka 2017-08-27 10:04:11 +02:00 committed by GitHub
parent e37c136090
commit a54281f8ec

View File

@ -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"