From 479088dab9fe4da90a1552ff6985b7d2155501c2 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Sun, 3 Jan 2016 15:30:33 +0100 Subject: [PATCH] Bump to 0.2.2 and added homepage link --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"