feat: working applet

This commit is contained in:
Ashley Wulber 2022-11-11 19:55:23 +01:00
parent b1c3a52589
commit f9c47cf479
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
2 changed files with 67 additions and 16 deletions

View file

@ -7,7 +7,7 @@ edition = "2021"
name = "cosmic"
[features]
default = ["wgpu"]
default = ["wayland"]
debug = ["iced/debug"]
wayland = ["iced/wayland"]
wgpu = ["iced/wgpu"]