Bump to 0.19.3

This commit is contained in:
Daniel Collin 2021-03-23 07:43:12 +01:00
parent afa0b2ffe5
commit 0afa9c13f3
3 changed files with 11 additions and 3 deletions

View file

@ -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)

View file

@ -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"

View file

@ -13,7 +13,7 @@ Usage
```toml
# Cargo.toml
[dependencies]
minifb = "0.19.2"
minifb = "0.19.3"
```
Example