From 8d159c86349803658e2b531ea7ca8e0471a7cc9c Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 22 Apr 2025 18:23:29 +0100 Subject: feat: better styling for message widget --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit