summaryrefslogtreecommitdiffstats
path: root/graphics/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-25 15:07:19 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-25 15:07:19 +0100
commit27e21a83f7d7332ba560d5fac3572c9dc8ebf00f (patch)
tree2566028fd5e2a0cedcc61f746ce60fbca6128aee /graphics/Cargo.toml
parent5100b5d0a1f654ec1254b7765ceadfb9091d6939 (diff)
parent1475f5fa58273e45e67ebd94642ae9e1251fe5f9 (diff)
downloadiced-27e21a83f7d7332ba560d5fac3572c9dc8ebf00f.tar.gz
iced-27e21a83f7d7332ba560d5fac3572c9dc8ebf00f.tar.bz2
iced-27e21a83f7d7332ba560d5fac3572c9dc8ebf00f.zip
Merge branch 'update/svg-deps' into feature/software-renderer
Diffstat (limited to 'graphics/Cargo.toml')
-rw-r--r--graphics/Cargo.toml12
1 files changed, 2 insertions, 10 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml
index 19d6af0c..9795d31f 100644
--- a/graphics/Cargo.toml
+++ b/graphics/Cargo.toml
@@ -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"]
@@ -64,15 +64,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]