refactor: include winit in the applet feature

This commit is contained in:
Ashley Wulber 2024-10-18 10:59:25 -04:00 committed by Ashley Wulber
parent 684d33115c
commit 45f3999f9c
2 changed files with 3 additions and 12 deletions

View file

@ -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

View file

@ -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"]