parent
051a523ee6
commit
6605951d8c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -127,7 +127,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
rust:
|
rust:
|
||||||
- 1.56.0
|
- 1.59.0
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
|
@ -4,7 +4,7 @@ description = "A tiny library providing a GPU-powered pixel frame buffer."
|
||||||
version = "0.9.0"
|
version = "0.9.0"
|
||||||
authors = ["Jay Oster <jay@kodewerx.org>"]
|
authors = ["Jay Oster <jay@kodewerx.org>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.56.0"
|
rust-version = "1.59.0"
|
||||||
repository = "https://github.com/parasyte/pixels"
|
repository = "https://github.com/parasyte/pixels"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["pixels", "2D", "GPU", "framebuffer"]
|
keywords = ["pixels", "2D", "GPU", "framebuffer"]
|
||||||
|
|
Loading…
Reference in a new issue