wip: add applet module
This commit is contained in:
parent
a8ce524baa
commit
c474b3e955
5 changed files with 323 additions and 3 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue