Don't require "a18y" for applet feature
Causing panic currently.
This commit is contained in:
parent
4d63d06a7e
commit
2086a0ee0e
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,8 @@ winit_tokio = ["iced/winit", "iced_winit", "tokio"]
|
||||||
winit_wgpu = ["winit", "wgpu"]
|
winit_wgpu = ["winit", "wgpu"]
|
||||||
# Enables XDG portal integrations
|
# Enables XDG portal integrations
|
||||||
xdg-portal = ["ashpd"]
|
xdg-portal = ["ashpd"]
|
||||||
applet = ["wayland", "tokio", "a11y", "cosmic-panel-config", "ron"]
|
# XXX Use "a11y"; which is causing a panic currently
|
||||||
|
applet = ["wayland", "tokio", "cosmic-panel-config", "ron"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
apply = "0.3.0"
|
apply = "0.3.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue