Bump to 0.13

This commit is contained in:
Daniel Collin 2019-08-30 17:43:42 +02:00
parent e20257db79
commit b8d4ad098f
3 changed files with 6 additions and 2 deletions

View file

@ -2,6 +2,10 @@
This project follows semantic versioning.
### v0.13 (2019-08-30)
- [changed] unix: replaced scale functions with macro and added missing invocations (Thanks Johannes Stölp!)
### v0.12 (2019-07-21)
- [changed] Linux/Unix backend rewritten in Rust (thanks Chris West!)

View file

@ -1,6 +1,6 @@
[package]
name = "minifb"
version = "0.12.0"
version = "0.13.0"
license = "MIT/Apache-2.0"
authors = ["Daniel Collin <daniel@collin.com>"]
description = "Cross-platform window setup with optional bitmap rendering"

View file

@ -14,7 +14,7 @@ Usage
```toml
# Cargo.toml
[dependencies]
minifb = "0.12"
minifb = "0.13"
```
Example