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 authored and yisibl committed Oct 16, 2023
1 parent de8b059 commit c041dd5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ pathfinder_geometry = "0.5.1"
pathfinder_content = { version = "0.5.0", default-features = false }
pathfinder_simd = { version = "0.5.1", features = ["pf-no-simd"] }
futures = "0.3.21"
usvg-writer = { git = "https://github.com/zimond/resvg", rev = "6201182c" }
woff2 = "0.3.0"

[target.'cfg(all(not(all(target_os = "linux", target_arch = "aarch64", target_env = "musl")), not(all(target_os = "windows", target_arch = "aarch64")), not(target_arch = "wasm32")))'.dependencies]
Expand All @@ -31,7 +30,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 @@ -56,5 +54,5 @@ opt-level = 3
codegen-units = 1

[patch.crates-io]
resvg = { git = "https://github.com/zimond/resvg", rev = "6201182c" }
resvg = { git = "https://github.com/zimond/resvg", rev = "3495d870" }
woff2 = { git="https://github.com/yisibl/woff2-rs", branch="fix-total-compressed-size" }

0 comments on commit c041dd5

Please sign in to comment.