chore: no default features

This commit is contained in:
Michael Aaron Murphy 2023-09-01 09:31:31 +02:00 committed by Michael Murphy
parent 796fe3c1a9
commit 18debe546d
3 changed files with 22 additions and 9 deletions

View file

@ -7,7 +7,6 @@ edition = "2021"
name = "cosmic"
[features]
default = ["wayland", "tokio"]
# Accessibility support
a11y = ["iced/a11y", "iced_accessibility"]
# Builds support for animated images
@ -121,6 +120,5 @@ exclude = [
"iced",
]
[patch."https://github.com/pop-os/libcosmic"]
libcosmic = { path = "./", features = ["wayland", "tokio", "a11y"]}
libcosmic = { path = "./" }