Skip to content

Commit ad3f645

Browse files
Upgrade to Vello 0.4 (#53)
This includes a bump of the MSRV to 1.82 (per Vello per Peniko per Color). The wgpu used here is v23 as in Vello 0.4 to match with Bevy 0.15. --------- Signed-off-by: Nico Burns <nico@nicoburns.com> Co-authored-by: Bruce Mitchener <bruce.mitchener@gmail.com>
1 parent a31c7f3 commit ad3f645

File tree

12 files changed

+168
-181
lines changed

12 files changed

+168
-181
lines changed

.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 vello_svg"

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ You can find its changes [documented below](#050-2024-11-20).
1313

1414
## [Unreleased][]
1515

16-
This release has an [MSRV][] of 1.75.
16+
This release has an [MSRV][] of 1.82.
1717

1818
### Changed
1919

2020
- Feature flag raster image formats (enabled by default) ([#50] by [@nicoburns])
21+
- Updated to Vello 0.4.0 ([#53][] by [@nicoburns][] and [@waywardmonkeys][])
2122

2223
## [0.5.0][] (2024-11-20)
2324

0 commit comments

Comments
 (0)