From c5a824c38430b388d52443b417e9576f40c6a660 Mon Sep 17 00:00:00 2001 From: Kavish Devar Date: Tue, 28 Oct 2025 17:29:49 +0530 Subject: [PATCH] linux-rust: remove unused features from iced --- linux-rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-rust/Cargo.toml b/linux-rust/Cargo.toml index 0c3d2f9..644b6d6 100644 --- a/linux-rust/Cargo.toml +++ b/linux-rust/Cargo.toml @@ -11,7 +11,7 @@ uuid = "1.18.1" log = "0.4.28" dbus = "0.9.9" hex = "0.4.3" -iced = {version = "0.13.1", features = ["multi-window", "tokio", "advanced"]} +iced = {version = "0.13.1", features = ["tokio"]} libpulse-binding = "2.30.1" ksni = "0.3.1" image = "0.25.8"