Update resvg in iced_graphics
This commit is contained in:
parent
573d27eb52
commit
1475f5fa58
2 changed files with 9 additions and 20 deletions
|
|
@ -11,7 +11,7 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"]
|
|||
categories = ["gui"]
|
||||
|
||||
[features]
|
||||
svg = ["resvg", "usvg", "tiny-skia"]
|
||||
svg = ["resvg"]
|
||||
image = ["png", "jpeg", "jpeg_rayon", "gif", "webp", "bmp"]
|
||||
png = ["image_rs/png"]
|
||||
jpeg = ["image_rs/jpeg"]
|
||||
|
|
@ -71,15 +71,7 @@ default-features = false
|
|||
optional = true
|
||||
|
||||
[dependencies.resvg]
|
||||
version = "0.18"
|
||||
optional = true
|
||||
|
||||
[dependencies.usvg]
|
||||
version = "0.18"
|
||||
optional = true
|
||||
|
||||
[dependencies.tiny-skia]
|
||||
version = "0.6"
|
||||
version = "0.29"
|
||||
optional = true
|
||||
|
||||
[dependencies.kamadak-exif]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue