Skip to content

Commit

Permalink
chore: add feature for enabling serializing keycodes
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Nov 11, 2023
1 parent 5960e39 commit 6c7a080
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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" }

0 comments on commit 6c7a080

Please sign in to comment.