refactor: include winit in the applet feature
This commit is contained in:
parent
684d33115c
commit
45f3999f9c
2 changed files with 3 additions and 12 deletions
|
|
@ -17,13 +17,14 @@ autosize = []
|
||||||
applet = [
|
applet = [
|
||||||
"a11y",
|
"a11y",
|
||||||
"autosize",
|
"autosize",
|
||||||
|
"winit",
|
||||||
"wayland",
|
"wayland",
|
||||||
"tokio",
|
"tokio",
|
||||||
"cosmic-panel-config",
|
"cosmic-panel-config",
|
||||||
"ron",
|
"ron",
|
||||||
"multi-window",
|
"multi-window",
|
||||||
]
|
]
|
||||||
applet-token = []
|
applet-token = ["applet"]
|
||||||
# Use the cosmic-settings-daemon for config handling
|
# Use the cosmic-settings-daemon for config handling
|
||||||
dbus-config = ["cosmic-config/dbus", "dep:zbus", "cosmic-settings-daemon"]
|
dbus-config = ["cosmic-config/dbus", "dep:zbus", "cosmic-settings-daemon"]
|
||||||
# Debug features
|
# Debug features
|
||||||
|
|
|
||||||
|
|
@ -15,14 +15,4 @@ log = "0.4.17"
|
||||||
[dependencies.libcosmic]
|
[dependencies.libcosmic]
|
||||||
git = "https://github.com/pop-os/libcosmic"
|
git = "https://github.com/pop-os/libcosmic"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = [
|
features = ["applet-token"]
|
||||||
"applet",
|
|
||||||
"applet-token",
|
|
||||||
"multi-window",
|
|
||||||
"tokio",
|
|
||||||
"wayland",
|
|
||||||
"winit",
|
|
||||||
"desktop",
|
|
||||||
"dbus-config",
|
|
||||||
"image",
|
|
||||||
]
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue