diff options
author | 2023-07-12 09:10:58 +0200 | |
---|---|---|
committer | 2023-07-12 09:10:58 +0200 | |
commit | 5dd923402e07578a0002884ac14044fe8762f8b0 (patch) | |
tree | ae76a80eacd961b5d8919e2771f3765ffa95c8be /tiny_skia/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 'tiny_skia/Cargo.toml')
-rw-r--r-- | tiny_skia/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tiny_skia/Cargo.toml b/tiny_skia/Cargo.toml index 0de7e4c3..d9276ea5 100644 --- a/tiny_skia/Cargo.toml +++ b/tiny_skia/Cargo.toml @@ -34,5 +34,5 @@ version = "1.6.1" features = ["std"] [dependencies.resvg] -version = "0.34" +version = "0.35" optional = true |