summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2023-11-11 04:16:17 +0100
committerLibravatar GitHub <noreply@github.com>2023-11-11 04:16:17 +0100
commit3408ab111f8f925b5e404e547c97a3e6c4f00fbf (patch)
treefb4ceeea917a9f0f1c91bd60598483b4ffc4fd51 /Cargo.toml
parent53f5f935e493cce3c041f8d0a635ab4c24a8f7e0 (diff)
parent2aaaf2cd0cb56f9efc946159a0232270f8d37eeb (diff)
downloadiced-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.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ac34a4ac..d69c95cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }