feat!: implement Application API
This commit is contained in:
parent
e24465ba37
commit
a223b60a0c
26 changed files with 1420 additions and 138 deletions
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
name = "cosmic"
|
||||
|
||||
[features]
|
||||
default = ["winit", "tokio", "a11y"]
|
||||
default = ["wayland", "tokio", "a11y"]
|
||||
debug = ["iced/debug"]
|
||||
a11y = ["iced/a11y", "iced_accessibility"]
|
||||
wayland = ["iced/wayland", "iced_sctk", "sctk"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue