Skip to content

Commit

Permalink
Resvg 0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Feb 17, 2024
1 parent 9218deb commit 7f55d55
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 71 deletions.
113 changes: 45 additions & 68 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ log = "0.4"
open = "5.0"
pico-args = "0.5"
rand = "0.8"
resvg = "0.38"
resvg = "0.39"
serde = { version = "1.0.159", features = ["derive"] }
sys-info = "0.9"
thiserror = "1.0"
tiny-skia = "0.11"
toml = "0.8"
trash = { version = "3.0", default-features = false }
typed-builder = "0.18"
usvg = "0.38"
usvg = "0.39"
winit = "0.28"

[dependencies.libavif-image]
Expand Down
2 changes: 1 addition & 1 deletion src/image_cache/image_loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use image::{
};
use resvg::{
tiny_skia::{Pixmap, Transform},
usvg::{self, TreeParsing},
usvg,
};

pub mod errors {
Expand Down

0 comments on commit 7f55d55

Please sign in to comment.