summaryrefslogtreecommitdiffstats
path: root/tiny_skia/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2023-07-12 09:24:35 +0200
committerLibravatar GitHub <noreply@github.com>2023-07-12 09:24:35 +0200
commite96fe1443da5882285729b9e9c041ff34fbe5485 (patch)
treeae76a80eacd961b5d8919e2771f3765ffa95c8be /tiny_skia/Cargo.toml
parent9f2be29a286d435b3d1daa8025a74063c50713cb (diff)
parent5dd923402e07578a0002884ac14044fe8762f8b0 (diff)
downloadiced-e96fe1443da5882285729b9e9c041ff34fbe5485.tar.gz
iced-e96fe1443da5882285729b9e9c041ff34fbe5485.tar.bz2
iced-e96fe1443da5882285729b9e9c041ff34fbe5485.zip
Merge pull request #1907 from alec-deason/master
Update `resvg` to `0.35` and `tiny-skia` to `0.10`
Diffstat (limited to 'tiny_skia/Cargo.toml')
-rw-r--r--tiny_skia/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tiny_skia/Cargo.toml b/tiny_skia/Cargo.toml
index 431f324b..d9276ea5 100644
--- a/tiny_skia/Cargo.toml
+++ b/tiny_skia/Cargo.toml
@@ -11,7 +11,7 @@ geometry = ["iced_graphics/geometry"]
[dependencies]
raw-window-handle = "0.5"
softbuffer = "0.2"
-tiny-skia = "0.9"
+tiny-skia = "0.10"
bytemuck = "1"
rustc-hash = "1.1"
kurbo = "0.9"
@@ -34,5 +34,5 @@ version = "1.6.1"
features = ["std"]
[dependencies.resvg]
-version = "0.32"
+version = "0.35"
optional = true