mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 19:31:30 +11:00
Bump to 0.7.1
This commit is contained in:
parent
596c5a7097
commit
b231ee1b5a
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
This project follows semantic versioning.
|
This project follows semantic versioning.
|
||||||
|
|
||||||
|
### v0.7.1 (2016-05-27)
|
||||||
|
|
||||||
|
- [fixed] Character callback wouldn't get called on Mac.
|
||||||
|
|
||||||
### v0.7.0 (2016-05-12)
|
### v0.7.0 (2016-05-12)
|
||||||
|
|
||||||
- [changed] - Fully rewrote the Menu API. See the documentation/menu example for the changes.
|
- [changed] - Fully rewrote the Menu API. See the documentation/menu example for the changes.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "minifb"
|
name = "minifb"
|
||||||
version = "0.7.0"
|
version = "0.7.1"
|
||||||
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"
|
||||||
|
|
Loading…
Reference in a new issue