mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 19:31:30 +11:00
Bump to 0.19.3
This commit is contained in:
parent
afa0b2ffe5
commit
0afa9c13f3
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -2,9 +2,17 @@
|
|||
|
||||
This project follows semantic versioning.
|
||||
|
||||
### v0.19.3 (2021-03-23)
|
||||
|
||||
- [fixed] Fixed typos in description (Thanks hiqua!)
|
||||
- [fixed] update wayland to 0.28 and small cleanup (Thanks xMAC94x!)
|
||||
- [fixed] Bump xkbcommon-sys to 0.7.5
|
||||
- [fixed] wayland missing cursor (Thanks dc740!)
|
||||
- [fixed] windows: use c_void from winapi (Thanks xobs!)
|
||||
|
||||
### v0.19.2 (2021-01-18)
|
||||
|
||||
TODO:
|
||||
TODO
|
||||
|
||||
### v0.19 (2020-09-22)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "minifb"
|
||||
version = "0.19.3"
|
||||
version = "0.19.4"
|
||||
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