-
-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- This version is different from the MSRV. It specifies the minimum version required to build the crate and its direct dependencies. - Add a CI step for building the crate alone with the oldest version possible. - See MSRV.md for the policy and minimal version supported by CI, including all example code. - Update all actions to checkout/v3
- Loading branch information
Showing
3 changed files
with
31 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ description = "A tiny library providing a GPU-powered pixel frame buffer." | |
version = "0.9.0" | ||
authors = ["Jay Oster <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.56.0" | ||
repository = "https://github.com/parasyte/pixels" | ||
readme = "README.md" | ||
keywords = ["pixels", "2D", "GPU", "framebuffer"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters