mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-11 11:31:32 +11:00
parent
d4c7100b44
commit
82b44cd959
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
This project follows semantic versioning.
|
This project follows semantic versioning.
|
||||||
|
|
||||||
|
### v0.8.3 (2016-07-29)
|
||||||
|
|
||||||
|
- [fixed] Mac: "Plonk sound" when pressing keys
|
||||||
|
- [fixed] Mac: incorrect size for ``get_size()``
|
||||||
|
|
||||||
### v0.8.2 (2016-07-07)
|
### v0.8.2 (2016-07-07)
|
||||||
|
|
||||||
- [fixed] Fixed so keypad keys works on Linux
|
- [fixed] Fixed so keypad keys works on Linux
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "minifb"
|
name = "minifb"
|
||||||
version = "0.8.2"
|
version = "0.8.3"
|
||||||
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