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"