chore: update libcosmic & other deps

This commit is contained in:
Ashley Wulber 2022-08-17 21:10:26 -04:00
parent 45c5cee976
commit ac0b555946
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
13 changed files with 47 additions and 47 deletions

View file

@ -6,7 +6,7 @@ mod time_button;
use time_button::TimeButton;
fn main() {
let _ = libcosmic::init();
let _monitors = libcosmic::init();
cascade! {
libcosmic_applet::AppletWindow::new();