diff options
author | 2023-06-10 13:18:42 -0700 | |
---|---|---|
committer | 2023-07-12 08:59:07 +0200 | |
commit | af386fd0a3de432337ee9cdaa4d3661e98bd4105 (patch) | |
tree | bffedaee67922de5f4825ad640643de5883acb19 /wgpu/Cargo.toml | |
parent | 9f2be29a286d435b3d1daa8025a74063c50713cb (diff) | |
download | iced-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.toml | 2 |
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] |