Skip to content

Commit

Permalink
feat: upgrade to a newer resvg fork
Browse files Browse the repository at this point in the history
  • Loading branch information
zimond committed Sep 25, 2023
1 parent a2b8ae9 commit 08d7271
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ mimalloc-rust = { version = "0.2" }
wasm-bindgen = "0.2.87"
js-sys = "0.3.64"
resvg = { version = "0.34.0", default-features = false, features = [
"filter",
"raster-images",
"text",
] }
Expand All @@ -54,4 +53,4 @@ opt-level = 3
codegen-units = 1

[patch.crates-io]
resvg = { git = "https://github.com/zimond/resvg", rev = "9a44a3c" }
resvg = { git = "https://github.com/zimond/resvg", rev = "3495d870" }

0 comments on commit 08d7271

Please sign in to comment.