summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Alec Deason <alec@tinycountry.com>2023-06-10 13:18:42 -0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-07-12 08:59:07 +0200
commitaf386fd0a3de432337ee9cdaa4d3661e98bd4105 (patch)
treebffedaee67922de5f4825ad640643de5883acb19 /wgpu/Cargo.toml
parent9f2be29a286d435b3d1daa8025a74063c50713cb (diff)
downloadiced-af386fd0a3de432337ee9cdaa4d3661e98bd4105.tar.gz
iced-af386fd0a3de432337ee9cdaa4d3661e98bd4105.tar.bz2
iced-af386fd0a3de432337ee9cdaa4d3661e98bd4105.zip
Upgrade resvg to 0.34 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..ecec7d02 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.34"
optional = true
[dependencies.tracing]