mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-26 02:36:32 +11:00
Updated to 0.9.1
This commit is contained in:
parent
c9aaf7beeb
commit
4d0aa028c2
3 changed files with 6 additions and 2 deletions
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
This project follows semantic versioning.
|
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)
|
### v0.9.0 (2016-08-02)
|
||||||
|
|
||||||
- [added] ```get_unscaled_mouse_pos``` Can be used the get actual mouse pos on a scaled window
|
- [added] ```get_unscaled_mouse_pos``` Can be used the get actual mouse pos on a scaled window
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "minifb"
|
name = "minifb"
|
||||||
version = "0.9.0"
|
version = "0.9.1"
|
||||||
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.9.0"
|
minifb = "0.9.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
Example
|
Example
|
||||||
|
|
Loading…
Add table
Reference in a new issue