summaryrefslogtreecommitdiffstats
path: root/wgpu/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 /wgpu/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 'wgpu/Cargo.toml')
-rw-r--r--wgpu/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index 15db5b5d..22cfad55 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -55,7 +55,7 @@ version = "1.0"
optional = true
[dependencies.resvg]
-version = "0.32"
+version = "0.35"
optional = true
[dependencies.tracing]