mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-26 10:36:34 +11:00
Version 0.5.1
This commit is contained in:
parent
d000e199e5
commit
7865b87c14
3 changed files with 6 additions and 2 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
This project follows semantic versioning.
|
||||
|
||||
### v0.5.1 (2016-04-25)
|
||||
|
||||
- [fixed] ```get_window_handle``` would return an invalid value on Unix. Now fixed.
|
||||
|
||||
### v0.5.0 (2016-03-04)
|
||||
|
||||
- [changed] - Proper Errors which uses ```std::Error``` as base. ```Window::new``` uses this but the API itself hasn't changed.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "minifb"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
license = "MIT/Apache-2.0"
|
||||
authors = ["Daniel Collin <daniel@collin.com>"]
|
||||
description = "Cross-platform window setup with optional bitmap rendering"
|
||||
|
|
|
@ -14,7 +14,7 @@ Usage
|
|||
```toml
|
||||
# Cargo.toml
|
||||
[dependencies]
|
||||
minifb = "0.5.0"
|
||||
minifb = "0.5.1"
|
||||
```
|
||||
|
||||
Example
|
||||
|
|
Loading…
Add table
Reference in a new issue