cleanup & update iced

This commit is contained in:
Ashley Wulber 2023-05-10 21:45:11 -04:00
parent acb1b9e759
commit 69f997c2d1
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ edition = "2021"
name = "cosmic"
[features]
default = ["tiny_skia", "wayland", "applet", "tokio", "a11y"]
default = ["tiny_skia", "winit", "tokio", "a11y"]
debug = ["iced/debug"]
a11y = ["iced/a11y", "iced_accessibility"]
tiny_skia = ["iced/tiny-skia", "iced_tiny_skia"]