diff --git a/Cargo.toml b/Cargo.toml index 37b514e..fd4f9d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "minifb" -version = "0.2.1" +version = "0.2.2" license = "MIT" authors = ["Daniel Collin "] description = "Cross-platform window setup for bitmap rendering" keywords = ["windowing", "framebuffer"] repository = "https://github.com/emoon/rust_minifb" +homepage = "https://github.com/emoon/rust_minifb" documentation = "http://prodbg.com/minifb/minifb/index.html" build = "build.rs"