mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 19:31:30 +11:00
Bump to 0.16.0
This commit is contained in:
parent
d77e559b0f
commit
ed24e436f0
|
@ -2,6 +2,13 @@
|
||||||
|
|
||||||
This project follows semantic versioning.
|
This project follows semantic versioning.
|
||||||
|
|
||||||
|
### v0.16 (2020-04-05)
|
||||||
|
|
||||||
|
- [added] Wayland support. (Big thanks to Antonino Siena add this support with assistance by Cole Helbling!)
|
||||||
|
- [added] Added `get_released_keys` (Thanks to Alex Melville!)
|
||||||
|
- [added] Added Topmost/Always on Top functionality to macOS (Thanks phillvancejr!)
|
||||||
|
- [fixed] Removed left over logging on macOS (Thanks phillvancejr!)
|
||||||
|
|
||||||
### v0.15.3 (2020-01-21)
|
### v0.15.3 (2020-01-21)
|
||||||
|
|
||||||
- [Added] On macOS NSView (MTKView) is supplied with raw_window_handle now
|
- [Added] On macOS NSView (MTKView) is supplied with raw_window_handle now
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "minifb"
|
name = "minifb"
|
||||||
version = "0.15.3"
|
version = "0.16.0"
|
||||||
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"
|
||||||
|
|
Loading…
Reference in a new issue