chore: add feature for enabling serializing keycodes
This commit is contained in:
parent
5960e397c2
commit
6c7a080209
1 changed files with 3 additions and 1 deletions
|
|
@ -15,6 +15,8 @@ animated-image = ["image", "dep:async-fs", "tokio?/io-util", "tokio?/fs"]
|
|||
debug = ["iced/debug"]
|
||||
# Enables pipewire support in ashpd, if ashpd is enabled
|
||||
pipewire = ["ashpd?/pipewire"]
|
||||
# Enables keycode serialization
|
||||
serde-keycode = ["iced_core/serde"]
|
||||
# smol async runtime
|
||||
smol = ["iced/smol"]
|
||||
# Tokio async runtime
|
||||
|
|
@ -133,4 +135,4 @@ exclude = ["examples/design-demo", "iced"]
|
|||
libcosmic = { path = "./" }
|
||||
|
||||
# [patch."https://github.com/pop-os/cosmic-time"]
|
||||
# cosmic-time = { path = "../cosmic-time" }
|
||||
# cosmic-time = { path = "../cosmic-time" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue