diff --git a/Cargo.toml b/Cargo.toml index 5e7cb83a..18a9d5ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,13 +17,14 @@ autosize = [] applet = [ "a11y", "autosize", + "winit", "wayland", "tokio", "cosmic-panel-config", "ron", "multi-window", ] -applet-token = [] +applet-token = ["applet"] # Use the cosmic-settings-daemon for config handling dbus-config = ["cosmic-config/dbus", "dep:zbus", "cosmic-settings-daemon"] # Debug features diff --git a/examples/applet/Cargo.toml b/examples/applet/Cargo.toml index ba4ce662..0a9f2b32 100644 --- a/examples/applet/Cargo.toml +++ b/examples/applet/Cargo.toml @@ -15,14 +15,4 @@ log = "0.4.17" [dependencies.libcosmic] git = "https://github.com/pop-os/libcosmic" default-features = false -features = [ - "applet", - "applet-token", - "multi-window", - "tokio", - "wayland", - "winit", - "desktop", - "dbus-config", - "image", -] +features = ["applet-token"]