Prepare 0.11.0 (#326)
This commit is contained in:
parent
6055a21e6c
commit
864a9c3491
3 changed files with 3 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2058,7 +2058,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|||
|
||||
[[package]]
|
||||
name = "pixels"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
dependencies = [
|
||||
"bytemuck",
|
||||
"pixels-mocks",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "pixels"
|
||||
description = "A tiny library providing a GPU-powered pixel frame buffer."
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
authors = ["Jay Oster <jay@kodewerx.org>"]
|
||||
edition = "2021"
|
||||
rust-version = "1.59.0"
|
||||
|
|
1
MSRV.md
1
MSRV.md
|
@ -2,6 +2,7 @@
|
|||
|
||||
| `pixels` version | `rustc` version |
|
||||
|------------------|-----------------|
|
||||
| (unreleased) | `1.65.0` |
|
||||
| `0.11.0` | `1.65.0` |
|
||||
| `0.10.0` | `1.61.0` |
|
||||
| `0.9.0` | `1.57.0` |
|
||||
|
|
Loading…
Add table
Reference in a new issue