diff options
author | 2023-07-12 09:24:35 +0200 | |
---|---|---|
committer | 2023-07-12 09:24:35 +0200 | |
commit | e96fe1443da5882285729b9e9c041ff34fbe5485 (patch) | |
tree | ae76a80eacd961b5d8919e2771f3765ffa95c8be /tiny_skia/Cargo.toml | |
parent | 9f2be29a286d435b3d1daa8025a74063c50713cb (diff) | |
parent | 5dd923402e07578a0002884ac14044fe8762f8b0 (diff) | |
download | iced-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 'tiny_skia/Cargo.toml')
-rw-r--r-- | tiny_skia/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tiny_skia/Cargo.toml b/tiny_skia/Cargo.toml index 431f324b..d9276ea5 100644 --- a/tiny_skia/Cargo.toml +++ b/tiny_skia/Cargo.toml @@ -11,7 +11,7 @@ geometry = ["iced_graphics/geometry"] [dependencies] raw-window-handle = "0.5" softbuffer = "0.2" -tiny-skia = "0.9" +tiny-skia = "0.10" bytemuck = "1" rustc-hash = "1.1" kurbo = "0.9" @@ -34,5 +34,5 @@ version = "1.6.1" features = ["std"] [dependencies.resvg] -version = "0.32" +version = "0.35" optional = true |