Don't require "a18y" for applet feature

Causing panic currently.
This commit is contained in:
Ian Douglas Scott 2023-08-18 13:36:22 -07:00 committed by Ashley Wulber
parent 4d63d06a7e
commit 2086a0ee0e

View file

@ -31,7 +31,8 @@ winit_tokio = ["iced/winit", "iced_winit", "tokio"]
winit_wgpu = ["winit", "wgpu"]
# Enables XDG portal integrations
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]
apply = "0.3.0"