mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 19:31:30 +11:00
Bump to 0.15.1
This commit is contained in:
parent
745cfec45e
commit
5cf1708938
|
@ -2,6 +2,10 @@
|
|||
|
||||
This project follows semantic versioning.
|
||||
|
||||
### v0.15.1 (2019-12-27)
|
||||
|
||||
- [fixed] Fixed access to raw_window_handle()
|
||||
|
||||
### v0.15 (2019-12-16)
|
||||
|
||||
- [API BREAKAGE] - `update_with_buffer` now always take width and height parameters.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "minifb"
|
||||
version = "0.15.0"
|
||||
version = "0.15.1"
|
||||
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