chore: no default features
This commit is contained in:
parent
796fe3c1a9
commit
18debe546d
3 changed files with 22 additions and 9 deletions
|
|
@ -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 = "./" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue