mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-28 03:26:32 +11:00
Bump to 0.8.2
This commit is contained in:
parent
f848eaaee5
commit
09ee02c09c
3 changed files with 6 additions and 2 deletions
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
This project follows semantic versioning.
|
This project follows semantic versioning.
|
||||||
|
|
||||||
|
### v0.8.2 (2016-07-07)
|
||||||
|
|
||||||
|
- [fixed] Fixed so keypad keys works on Linux
|
||||||
|
|
||||||
### v0.8.1 (2016-07-07)
|
### v0.8.1 (2016-07-07)
|
||||||
|
|
||||||
- [fixed] Character callback wouldn't get called on Mac and Linux
|
- [fixed] Character callback wouldn't get called on Mac and Linux
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "minifb"
|
name = "minifb"
|
||||||
version = "0.8.1"
|
version = "0.8.2"
|
||||||
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"
|
||||||
|
|
|
@ -14,7 +14,7 @@ Usage
|
||||||
```toml
|
```toml
|
||||||
# Cargo.toml
|
# Cargo.toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
minifb = "0.8.1"
|
minifb = "0.8.2"
|
||||||
```
|
```
|
||||||
|
|
||||||
Example
|
Example
|
||||||
|
|
Loading…
Add table
Reference in a new issue