Skip to content

Commit

Permalink
deps: Update image to 0.25.1 (linebender#571)
Browse files Browse the repository at this point in the history
changelog: https://github.com/image-rs/image/blob/main/CHANGES.md

Since we only use this for jpegs, the main change is that it switches to
`zune-jpeg` which is faster than the old decoder.
  • Loading branch information
waywardmonkeys authored May 7, 2024
1 parent 9aee6c8 commit a271cd1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
35 changes: 19 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/scenes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workspace = true
vello = { path = "../../" }
anyhow = { workspace = true }
clap = { workspace = true, features = ["derive"] }
image = { version = "0.24.9", default-features = false, features = ["jpeg"] }
image = { version = "0.25.1", default-features = false, features = ["jpeg"] }
rand = "0.8.5"
instant = { workspace = true }
# for pico_svg
Expand Down

0 comments on commit a271cd1

Please sign in to comment.