From ac2860f86fbb5efff2fc70b60c835643ff3244b2 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 16 Nov 2023 07:59:01 -0700 Subject: [PATCH] Enable serde feature of iced_core --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"