mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-26 02:36:32 +11:00
Update to 0.8.4
This commit is contained in:
parent
26d41d1d07
commit
9cd8c97694
3 changed files with 6 additions and 2 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
This project follows semantic versioning.
|
||||
|
||||
### v0.8.4 (2016-07-31)
|
||||
|
||||
- [fixed] Mac: Fixed crash on large window sizes
|
||||
|
||||
### v0.8.3 (2016-07-29)
|
||||
|
||||
- [fixed] Mac: "Plonk sound" when pressing keys
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "minifb"
|
||||
version = "0.8.3"
|
||||
version = "0.8.4"
|
||||
license = "MIT/Apache-2.0"
|
||||
authors = ["Daniel Collin <daniel@collin.com>"]
|
||||
description = "Cross-platform window setup with optional bitmap rendering"
|
||||
|
|
|
@ -14,7 +14,7 @@ Usage
|
|||
```toml
|
||||
# Cargo.toml
|
||||
[dependencies]
|
||||
minifb = "0.8.3"
|
||||
minifb = "0.8.4"
|
||||
```
|
||||
|
||||
Example
|
||||
|
|
Loading…
Add table
Reference in a new issue