From 99e141d9fe9c8f494bb15a9ca31c07d27722f9dd Mon Sep 17 00:00:00 2001 From: pml68 Date: Sat, 28 Sep 2024 23:10:17 +0200 Subject: feat: rework RenderedElement, prepare for JSON project format --- iced_builder/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'iced_builder/Cargo.toml') diff --git a/iced_builder/Cargo.toml b/iced_builder/Cargo.toml index febff28..8106b09 100644 --- a/iced_builder/Cargo.toml +++ b/iced_builder/Cargo.toml @@ -12,6 +12,8 @@ keywords = ["gui", "iced"] iced = { version = "0.12.1", features = [ "image","svg","canvas","qr_code","advanced","tokio","highlighter"] } iced_aw = { version = "0.9.3", default-features = false, features = ["menu","color_picker"] } iced_drop = { path = "../iced_drop" } +serde = { version = "1.0.210", features = ["derive"] } +serde_json = "1.0.128" tokio = { version = "1.40.0", features = ["fs"] } rust-format = "0.3.4" unique_id = "0.1.5" -- cgit v1.2.3