Prepare 0.8.0 (#227)
This commit is contained in:
parent
b185ec32e9
commit
fa03a61fa3
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pixels"
|
name = "pixels"
|
||||||
description = "A tiny library providing a GPU-powered pixel frame buffer."
|
description = "A tiny library providing a GPU-powered pixel frame buffer."
|
||||||
version = "0.7.0"
|
version = "0.8.0"
|
||||||
authors = ["Jay Oster <jay@kodewerx.org>"]
|
authors = ["Jay Oster <jay@kodewerx.org>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
repository = "https://github.com/parasyte/pixels"
|
repository = "https://github.com/parasyte/pixels"
|
||||||
|
|
1
MSRV.md
1
MSRV.md
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
| `pixels` version | `rustc` version |
|
| `pixels` version | `rustc` version |
|
||||||
|------------------|-----------------|
|
|------------------|-----------------|
|
||||||
|
| `0.8.0` | `1.52.0` |
|
||||||
| `0.7.0` | `1.52.0` |
|
| `0.7.0` | `1.52.0` |
|
||||||
| `0.6.0` | `1.52.0` |
|
| `0.6.0` | `1.52.0` |
|
||||||
| `0.5.0` | `1.52.0` |
|
| `0.5.0` | `1.52.0` |
|
||||||
|
|
Loading…
Reference in a new issue