diff --git a/Cargo.toml b/Cargo.toml index ce7f911a..ee762867 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -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", ] } @@ -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" }