feat: applet button theme helper

This commit is contained in:
Ashley Wulber 2023-01-05 10:13:45 -05:00 committed by Michael Murphy
parent a36552cba8
commit dc4edb2a4d
3 changed files with 17 additions and 5 deletions

View file

@ -6,4 +6,4 @@ edition = "2021"
publish = false
[dependencies]
libcosmic = { path = "../..", default-features = false, features = ["wayland"] }
libcosmic = { path = "../..", default-features = false, features = ["wayland", "tokio"] }

View file

@ -1,5 +1,5 @@
use cosmic::{
iced::{sctk_settings::InitialSurface, Application},
iced::{wayland::InitialSurface, Application},
settings,
};