mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 11:21:30 +11:00
parent
99c9bbdfac
commit
9266ddb1d8
|
@ -2,6 +2,11 @@
|
|||
|
||||
This project follows semantic versioning.
|
||||
|
||||
### v0.8.1 (2016-07-07)
|
||||
|
||||
- [fixed] Character callback wouldn't get called on Mac and Linux
|
||||
- [fixed] Resize cursors on Windows was swapped
|
||||
|
||||
### v0.8.0 (2016-06-24)
|
||||
|
||||
- [added] ```window.set_title``` Can now change title after creation
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "minifb"
|
||||
version = "0.8.0"
|
||||
version = "0.8.1"
|
||||
license = "MIT/Apache-2.0"
|
||||
authors = ["Daniel Collin <daniel@collin.com>"]
|
||||
description = "Cross-platform window setup with optional bitmap rendering"
|
||||
|
|
Loading…
Reference in a new issue