From 7e466005c3aca32aa57b24b3d873c965cbc6988d Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Thu, 9 Nov 2023 12:21:44 -0500 Subject: [PATCH] chore: add feature for enabling serializing keycodes --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a74098bf3c3..66ed050102c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } \ No newline at end of file +# cosmic-time = { path = "../cosmic-time" }