summaryrefslogtreecommitdiffstats
path: root/tiny_skia/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-26 16:46:27 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-26 16:46:27 +0200
commit9c63eb7df559e58b14188b4096e9bd206444bbf3 (patch)
tree23bc9de2e8a83358c6c08d0b689d8345b9af3f6e /tiny_skia/Cargo.toml
parente63cc181bddbdc0a5b9b091cfeee5e4343b3d906 (diff)
downloadiced-9c63eb7df559e58b14188b4096e9bd206444bbf3.tar.gz
iced-9c63eb7df559e58b14188b4096e9bd206444bbf3.tar.bz2
iced-9c63eb7df559e58b14188b4096e9bd206444bbf3.zip
Update `tiny-skia` and `resvg`
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 f629dab9..a3bddc93 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.8"
+tiny-skia = "0.9"
cosmic-text = "0.8"
bytemuck = "1"
rustc-hash = "1.1"
@@ -32,5 +32,5 @@ version = "1.6.1"
features = ["std"]
[dependencies.resvg]
-version = "0.29"
+version = "0.32"
optional = true