Skip to content

Commit 26aa8d6

Browse files
committed
SVG: Enable support for raster images by default
1 parent cdb50ae commit 26aa8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ glutin = { version = "0.32.0", default-features = false }
147147
image = { version = "0.25", default-features = false, features = [ "png", "jpeg" ] }
148148
itertools = { version = "0.14" }
149149
log = { version = "0.4.17" }
150-
resvg = { version= "0.45.0", default-features = false, features = ["text"] }
150+
resvg = { version= "0.45.0", default-features = false, features = ["text", "raster-images"] }
151151
rowan = { version = "0.16.1" }
152152
rustybuzz = { version = "0.20.0" }
153153
send_wrapper = { version = "0.6.0" }

0 commit comments

Comments
 (0)