mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-11 03:21:32 +11:00
Bump to 0.2.2 and added homepage link
This commit is contained in:
parent
63966e4a68
commit
479088dab9
|
@ -1,11 +1,12 @@
|
|||
[package]
|
||||
name = "minifb"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
license = "MIT"
|
||||
authors = ["Daniel Collin <daniel@collin.com>"]
|
||||
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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue