diff options
author | 2023-02-25 15:07:19 +0100 | |
---|---|---|
committer | 2023-02-25 15:07:19 +0100 | |
commit | 27e21a83f7d7332ba560d5fac3572c9dc8ebf00f (patch) | |
tree | 2566028fd5e2a0cedcc61f746ce60fbca6128aee /graphics/Cargo.toml | |
parent | 5100b5d0a1f654ec1254b7765ceadfb9091d6939 (diff) | |
parent | 1475f5fa58273e45e67ebd94642ae9e1251fe5f9 (diff) | |
download | iced-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.toml | 12 |
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] |