Cargo.toml: Remove homepage link (#49)

The `homepage` key is meant for dedicated library websites, a link to the repository is already provided by the `repository` key.
This commit is contained in:
Jonas Schievink 2018-02-16 01:46:36 +01:00 committed by Daniel Collin
parent ef748e8aa3
commit a48cffc2ac

View file

@ -7,7 +7,6 @@ description = "Cross-platform window setup with optional bitmap rendering"
keywords = ["windowing", "window", "framebuffer"] keywords = ["windowing", "window", "framebuffer"]
categories = ["rendering"] categories = ["rendering"]
repository = "https://github.com/emoon/rust_minifb" repository = "https://github.com/emoon/rust_minifb"
homepage = "https://github.com/emoon/rust_minifb"
documentation = "https://docs.rs/minifb/0.10.1/minifb" documentation = "https://docs.rs/minifb/0.10.1/minifb"
build = "build.rs" build = "build.rs"
readme = "README.md" readme = "README.md"