diff --git a/Cargo.toml b/Cargo.toml index 66ed050..77684f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,6 +79,7 @@ path = "./iced/renderer" [dependencies.iced_core] path = "./iced/core" +features = ["serde"] [dependencies.iced_widget] path = "./iced/widget"