Skip to content

Commit

Permalink
Upgrade to Vello 0.4 (#53)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
nicoburns and waywardmonkeys authored Jan 21, 2025
1 parent a31c7f3 commit ad3f645
Show file tree
Hide file tree
Showing 12 changed files with 168 additions and 181 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
# If the compilation fails, then the version specified here needs to be bumped up to reality.
# Be sure to also update the rust-version property in the workspace Cargo.toml file,
# plus all the README.md files of the affected packages.
RUST_MIN_VER: "1.75"
RUST_MIN_VER: "1.82"
# List of packages that will be checked with the minimum supported Rust version.
# This should be limited to packages that are intended for publishing.
RUST_MIN_VER_PKGS: "-p vello_svg"
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ You can find its changes [documented below](#050-2024-11-20).

## [Unreleased][]

This release has an [MSRV][] of 1.75.
This release has an [MSRV][] of 1.82.

### Changed

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

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

Expand Down
Loading

0 comments on commit ad3f645

Please sign in to comment.