Update resvg to 0.12

This commit is contained in:
Greg V 2020-11-25 22:25:15 +03:00 committed by Héctor Ramón Jiménez
parent 86361f003c
commit 81f37123ad
2 changed files with 36 additions and 20 deletions

View file

@ -8,7 +8,7 @@ license = "MIT AND OFL-1.1"
repository = "https://github.com/hecrj/iced"
[features]
svg = ["resvg"]
svg = ["resvg", "usvg"]
canvas = ["iced_graphics/canvas"]
qr_code = ["iced_graphics/qr_code"]
default_system_font = ["iced_graphics/font-source"]
@ -40,8 +40,11 @@ version = "0.23"
optional = true
[dependencies.resvg]
version = "0.9"
features = ["raqote-backend"]
version = "0.12"
optional = true
[dependencies.usvg]
version = "0.12"
optional = true
[package.metadata.docs.rs]