Bump to 0.2.2 and added homepage link

This commit is contained in:
Daniel Collin 2016-01-03 15:30:33 +01:00
parent 63966e4a68
commit 479088dab9

View file

@ -1,11 +1,12 @@
[package] [package]
name = "minifb" name = "minifb"
version = "0.2.1" version = "0.2.2"
license = "MIT" license = "MIT"
authors = ["Daniel Collin <daniel@collin.com>"] authors = ["Daniel Collin <daniel@collin.com>"]
description = "Cross-platform window setup for bitmap rendering" description = "Cross-platform window setup for bitmap rendering"
keywords = ["windowing", "framebuffer"] keywords = ["windowing", "framebuffer"]
repository = "https://github.com/emoon/rust_minifb" repository = "https://github.com/emoon/rust_minifb"
homepage = "https://github.com/emoon/rust_minifb"
documentation = "http://prodbg.com/minifb/minifb/index.html" documentation = "http://prodbg.com/minifb/minifb/index.html"
build = "build.rs" build = "build.rs"