Bump to 0.9.0

Added get_unscaled_mouse_pos

Closes #27
This commit is contained in:
Daniel Collin 2016-08-02 18:24:25 +02:00
parent 76d9351dc2
commit f77e9c7095
3 changed files with 7 additions and 3 deletions

View file

@ -2,6 +2,10 @@
This project follows semantic versioning.
### v0.9.0 (2016-08-02)
- [added] ```get_unscaled_mouse_pos``` Can be used the get actual mouse pos on a scaled window
### v0.8.4 (2016-07-31)
- [fixed] Mac: Fixed crash on large window sizes

View file

@ -1,6 +1,6 @@
[package]
name = "minifb"
version = "0.8.4"
version = "0.9.0"
license = "MIT/Apache-2.0"
authors = ["Daniel Collin <daniel@collin.com>"]
description = "Cross-platform window setup with optional bitmap rendering"

View file

@ -14,7 +14,7 @@ Usage
```toml
# Cargo.toml
[dependencies]
minifb = "0.8.4"
minifb = "0.9.0"
```
Example