Updated to 0.9.1

This commit is contained in:
Daniel Collin 2017-04-02 12:24:21 +02:00
parent c9aaf7beeb
commit 4d0aa028c2
3 changed files with 6 additions and 2 deletions

View file

@ -2,6 +2,10 @@
This project follows semantic versioning.
### v0.9.1 (2017-04-02)
- [fixed] Correct link to docs in Cargo.toml
### v0.9.0 (2016-08-02)
- [added] ```get_unscaled_mouse_pos``` Can be used the get actual mouse pos on a scaled window

View file

@ -1,6 +1,6 @@
[package]
name = "minifb"
version = "0.9.0"
version = "0.9.1"
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.9.0"
minifb = "0.9.1"
```
Example