summaryrefslogtreecommitdiff
path: root/iced_builder/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-09-28 23:10:17 +0200
committerpml68 <contact@pml68.me>2024-09-28 23:10:17 +0200
commit99e141d9fe9c8f494bb15a9ca31c07d27722f9dd (patch)
tree3c98763fbc507bedb1f631710109c2a41e3cf43c /iced_builder/Cargo.toml
parentfeat: add button to switch between designer and code view (diff)
downloadiced-builder-99e141d9fe9c8f494bb15a9ca31c07d27722f9dd.tar.gz
feat: rework RenderedElement, prepare for JSON project format
Diffstat (limited to '')
-rw-r--r--iced_builder/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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"