diff --git a/Cargo.toml b/Cargo.toml index adbbbfbc867..0f73d2df4b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"