mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 19:31:30 +11:00
Bump to 0.12
This commit is contained in:
parent
b62382bf0c
commit
c3c9591788
|
@ -2,6 +2,14 @@
|
||||||
|
|
||||||
This project follows semantic versioning.
|
This project follows semantic versioning.
|
||||||
|
|
||||||
|
### v0.12 (2019-07-21)
|
||||||
|
|
||||||
|
- [changed] Linux/Unix backend rewritten in Rust (thanks Chris West!)
|
||||||
|
- [changed] WinAPI updated to 0.3 (Thanks Richard Hozák!)
|
||||||
|
- [changed] Bump orbclient to 0.3.20 on Redox, remove alpha handling hacks (Thanks Nagy Tibor!)
|
||||||
|
|
||||||
|
- [added] Window.is_key_released
|
||||||
|
|
||||||
### v0.11.2 (2018-12-19)
|
### v0.11.2 (2018-12-19)
|
||||||
|
|
||||||
- [added] Window.is_key_released
|
- [added] Window.is_key_released
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
[package]
|
[package]
|
||||||
name = "minifb"
|
name = "minifb"
|
||||||
version = "0.11.2"
|
version = "0.12"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
authors = ["Daniel Collin <daniel@collin.com>"]
|
authors = ["Daniel Collin <daniel@collin.com>"]
|
||||||
description = "Cross-platform window setup with optional bitmap rendering"
|
description = "Cross-platform window setup with optional bitmap rendering"
|
||||||
keywords = ["windowing", "window", "framebuffer"]
|
keywords = ["windowing", "window", "framebuffer"]
|
||||||
categories = ["rendering"]
|
categories = ["rendering"]
|
||||||
repository = "https://github.com/emoon/rust_minifb"
|
repository = "https://github.com/emoon/rust_minifb"
|
||||||
documentation = "https://docs.rs/minifb/0.10.5/minifb"
|
documentation = "https://docs.rs/minifb/0.12/minifb"
|
||||||
|
maintenance = { status = "actively-developed" }
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue