mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-26 18:46:34 +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.
|
||||
|
||||
### v0.8.2 (2016-07-07)
|
||||
|
||||
- [fixed] Fixed so keypad keys works on Linux
|
||||
|
||||
### v0.8.1 (2016-07-07)
|
||||
|
||||
- [fixed] Character callback wouldn't get called on Mac and Linux
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "minifb"
|
||||
version = "0.8.1"
|
||||
version = "0.8.2"
|
||||
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.1"
|
||||
minifb = "0.8.2"
|
||||
```
|
||||
|
||||
Example
|
||||
|
|
Loading…
Add table
Reference in a new issue