diff options
author | 2023-07-12 09:10:58 +0200 | |
---|---|---|
committer | 2023-07-12 09:10:58 +0200 | |
commit | 5dd923402e07578a0002884ac14044fe8762f8b0 (patch) | |
tree | ae76a80eacd961b5d8919e2771f3765ffa95c8be /wgpu/Cargo.toml | |
parent | 6502cf1111380c66f96bf5677425a902c4662ef5 (diff) | |
download | iced-5dd923402e07578a0002884ac14044fe8762f8b0.tar.gz iced-5dd923402e07578a0002884ac14044fe8762f8b0.tar.bz2 iced-5dd923402e07578a0002884ac14044fe8762f8b0.zip |
Update `resvg` dependency to `0.35`
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 ecec7d02..22cfad55 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -55,7 +55,7 @@ version = "1.0" optional = true [dependencies.resvg] -version = "0.34" +version = "0.35" optional = true [dependencies.tracing] |