mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-11 03:21:32 +11:00
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:
parent
ef748e8aa3
commit
a48cffc2ac
|
@ -7,7 +7,6 @@ description = "Cross-platform window setup with optional bitmap rendering"
|
|||
keywords = ["windowing", "window", "framebuffer"]
|
||||
categories = ["rendering"]
|
||||
repository = "https://github.com/emoon/rust_minifb"
|
||||
homepage = "https://github.com/emoon/rust_minifb"
|
||||
documentation = "https://docs.rs/minifb/0.10.1/minifb"
|
||||
build = "build.rs"
|
||||
readme = "README.md"
|
||||
|
|
Loading…
Reference in a new issue