wip: add applet module

This commit is contained in:
Ashley Wulber 2023-08-08 18:09:57 -04:00 committed by Ashley Wulber
parent a8ce524baa
commit c474b3e955
5 changed files with 323 additions and 3 deletions

View file

@ -31,6 +31,7 @@ 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"]
[dependencies]
apply = "0.3.0"
@ -98,6 +99,15 @@ optional = true
path = "iced/wgpu"
optional = true
[dependencies.cosmic-panel-config]
git = "https://github.com/pop-os/cosmic-panel"
optional = true
[dependencies.ron]
version = "0.8"
optional = true
[workspace]
members = [
"cosmic-config",