Update resvg to 0.18 in iced_wgpu

This commit is contained in:
Héctor Ramón Jiménez 2021-09-27 14:23:22 +07:00
parent 35c4ad6dd9
commit 73f2881568
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 29 additions and 15 deletions

View file

@ -8,7 +8,7 @@ license = "MIT AND OFL-1.1"
repository = "https://github.com/hecrj/iced"
[features]
svg = ["resvg", "usvg"]
svg = ["resvg", "usvg", "tiny-skia"]
image = ["png", "jpeg", "jpeg_rayon", "gif", "webp", "bmp"]
png = ["image_rs/png"]
jpeg = ["image_rs/jpeg"]
@ -55,11 +55,15 @@ default-features = false
optional = true
[dependencies.resvg]
version = "0.12"
version = "0.18"
optional = true
[dependencies.usvg]
version = "0.12"
version = "0.18"
optional = true
[dependencies.tiny-skia]
version = "0.6"
optional = true
[package.metadata.docs.rs]