diff options
author | 2023-11-11 04:16:17 +0100 | |
---|---|---|
committer | 2023-11-11 04:16:17 +0100 | |
commit | 3408ab111f8f925b5e404e547c97a3e6c4f00fbf (patch) | |
tree | fb4ceeea917a9f0f1c91bd60598483b4ffc4fd51 /Cargo.toml | |
parent | 53f5f935e493cce3c041f8d0a635ab4c24a8f7e0 (diff) | |
parent | 2aaaf2cd0cb56f9efc946159a0232270f8d37eeb (diff) | |
download | iced-3408ab111f8f925b5e404e547c97a3e6c4f00fbf.tar.gz iced-3408ab111f8f925b5e404e547c97a3e6c4f00fbf.tar.bz2 iced-3408ab111f8f925b5e404e547c97a3e6c4f00fbf.zip |
Merge pull request #1908 from alec-deason/bug/convert_text
Run convert_text on svg trees so text renders correctly
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -140,14 +140,14 @@ ouroboros = "0.17" palette = "0.7" qrcode = { version = "0.12", default-features = false } raw-window-handle = "0.5" -resvg = "0.35" +resvg = "0.36" rustc-hash = "1.0" smol = "1.0" softbuffer = "0.2" syntect = "5.1" sysinfo = "0.28" thiserror = "1.0" -tiny-skia = "0.10" +tiny-skia = "0.11" tokio = "1.0" tracing = "0.1" xxhash-rust = { version = "0.8", features = ["xxh3"] } |