r/o

f715477e1086f5cc5cb966436dff739b8fd3b557 parent 865b543b

authored by Asherah Connor <ashe@kivikakk.ee> 2 months ago
committed by Asherah Connor <ashe@kivikakk.ee> 2 months ago

Add iced debug feature

Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index a54107c..f28f330 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,4 +5,4 @@ edition = "2024"
[dependencies]
anyhow = "1.0.100"
-iced = { version = "0.13.1", features = ["advanced", "tokio"] }
+iced = { version = "0.13.1", features = ["advanced", "debug", "tokio"] }