Skip to content

Commit

Permalink
Don't require "a18y" for applet feature
Browse files Browse the repository at this point in the history
Causing panic currently.
  • Loading branch information
ids1024 authored and wash2 committed Aug 18, 2023
1 parent 4d63d06 commit 2086a0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2086a0e

Please sign in to comment.