refactor: simplify application trait

This commit is contained in:
Ashley Wulber 2022-11-14 23:51:38 +01:00
parent 9174e42099
commit ee542bd046
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
10 changed files with 9 additions and 544 deletions

View file

@ -7,3 +7,4 @@ publish = false
[dependencies]
libcosmic = { path = "../..", default-features = false, features = ["debug", "wayland"] }
iced_sctk = { git = "https://github.com/pop-os/iced-sctk" }