mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 11:21:30 +11:00
Bump to 0.15.2
This commit is contained in:
parent
635e2a58e0
commit
b310fd372c
|
@ -2,6 +2,10 @@
|
|||
|
||||
This project follows semantic versioning.
|
||||
|
||||
### v0.15.2 (2020-01-21)
|
||||
|
||||
- [fixed] Fixed forever block on macOS when using `update` and not `update_with_buffer`
|
||||
|
||||
### v0.15.1 (2019-12-27)
|
||||
|
||||
- [fixed] Fixed access to raw_window_handle()
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "minifb"
|
||||
version = "0.15.1"
|
||||
version = "0.15.2"
|
||||
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