summaryrefslogtreecommitdiffstats
path: root/graphics/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 /graphics/Cargo.toml
parente63cc181bddbdc0a5b9b091cfeee5e4343b3d906 (diff)
downloadiced-9c63eb7df559e58b14188b4096e9bd206444bbf3.tar.gz
iced-9c63eb7df559e58b14188b4096e9bd206444bbf3.tar.bz2
iced-9c63eb7df559e58b14188b4096e9bd206444bbf3.zip
Update `tiny-skia` and `resvg`
Diffstat (limited to 'graphics/Cargo.toml')
-rw-r--r--graphics/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml
index f1ce6b3a..125ea17d 100644
--- a/graphics/Cargo.toml
+++ b/graphics/Cargo.toml
@@ -31,7 +31,7 @@ version = "0.9"
path = "../core"
[dependencies.tiny-skia]
-version = "0.8"
+version = "0.9"
optional = true
[dependencies.image]