Skip to content

Commit 880eb9a

Browse files
Update to current Peniko and Vello (#41)
This also changes to using `f32` values for color stop data and adding a function for tweening `f32` values. This also bumps the MSRV to 1.82.
1 parent 8468651 commit 880eb9a

8 files changed

Lines changed: 71 additions & 315 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
# If the compilation fails, then the version specified here needs to be bumped up to reality.
99
# Be sure to also update the rust-version property in the workspace Cargo.toml file,
1010
# plus all the README.md files of the affected packages.
11-
RUST_MIN_VER: "1.75"
11+
RUST_MIN_VER: "1.82"
1212
# List of packages that will be checked with the minimum supported Rust version.
1313
# This should be limited to packages that are intended for publishing.
1414
RUST_MIN_VER_PKGS: "-p interpoli"

0 commit comments

Comments
 (0)