aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-22 18:23:29 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-22 18:23:29 +0100
commit8d159c86349803658e2b531ea7ca8e0471a7cc9c (patch)
treec7bcd671a00f1d5add7d1dbde10a13fda6984216 /Cargo.toml
parent14f6aaf18a3311fee63b11d0ec9c12ba76b70fa1 (diff)
downloadmacaw-8d159c86349803658e2b531ea7ca8e0471a7cc9c.tar.gz
macaw-8d159c86349803658e2b531ea7ca8e0471a7cc9c.tar.bz2
macaw-8d159c86349803658e2b531ea7ca8e0471a7cc9c.zip
feat: better styling for message widgetHEADmain
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 85f4378..b3aa76f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-iced = { version = "0.13.0", features = ["tokio", "image", "svg"] }
+iced = { version = "0.13.0", features = ["tokio", "image", "svg", "advanced"] }
filamento = { version = "0.1.0", path = "../luz/filamento" }
jid = { version = "0.1.0", path = "../luz/jid" }
tokio = "1.43.0"