From 2086a0ee0ece7502fc56f14cd31d0df6a897fba4 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Fri, 18 Aug 2023 13:36:22 -0700 Subject: [PATCH] Don't require "a18y" for applet feature Causing panic currently. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"