- wgpu 0.13 requires Rust 1.59
This commit is contained in:
Jay Oster 2022-08-17 19:55:20 -07:00 committed by GitHub
parent 051a523ee6
commit 6605951d8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -127,7 +127,7 @@ jobs:
strategy:
matrix:
rust:
- 1.56.0
- 1.59.0
steps:
- name: Checkout sources
uses: actions/checkout@v3

View file

@ -4,7 +4,7 @@ description = "A tiny library providing a GPU-powered pixel frame buffer."
version = "0.9.0"
authors = ["Jay Oster <jay@kodewerx.org>"]
edition = "2021"
rust-version = "1.56.0"
rust-version = "1.59.0"
repository = "https://github.com/parasyte/pixels"
readme = "README.md"
keywords = ["pixels", "2D", "GPU", "framebuffer"]