Updated to 0.10.7

This commit is contained in:
Daniel Collin 2018-08-10 09:23:30 +02:00
parent 87e742047d
commit 6a92232b75
3 changed files with 9 additions and 2 deletions

View file

@ -2,6 +2,13 @@
This project follows semantic versioning.
### v0.10.7 (2018-08-10)
Thanks to Lukas Kalbertodt for these changes!
- [added] Debug impls for public types
- [fixed] Removed several `doc(hidden)`
### v0.10.6 (2018-05-18)
- [added] Scale x16 and x32 added for Unix

View file

@ -1,6 +1,6 @@
[package]
name = "minifb"
version = "0.10.6"
version = "0.10.7"
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.10.6"
minifb = "0.10"
```
Example