mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 11:21:30 +11:00
parent
76d9351dc2
commit
f77e9c7095
|
@ -2,9 +2,13 @@
|
|||
|
||||
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
|
||||
- [fixed] Mac: Fixed crash on large window sizes
|
||||
|
||||
### v0.8.3 (2016-07-29)
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue