summaryrefslogtreecommitdiff
path: root/iced_builder/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-10-20 11:51:54 +0200
committerpml68 <contact@pml68.me>2024-10-21 11:57:56 +0200
commit7d241eb768a3c56d98f5d41183866fffb9ff167a (patch)
treea47571c3ea86983050d268fade3c3101da4f7ed7 /iced_builder/Cargo.toml
parentfeat: update to iced 0.13.1, basic project state file, prepare for drag&drop (diff)
downloadiced-builder-7d241eb768a3c56d98f5d41183866fffb9ff167a.tar.gz
feat: implement d&d for new elements
`ActionKind` enum to help generalize d&d actions removed `codegen` module small refactors
Diffstat (limited to 'iced_builder/Cargo.toml')
-rw-r--r--iced_builder/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/iced_builder/Cargo.toml b/iced_builder/Cargo.toml
index a7b1e7b..d788bc2 100644
--- a/iced_builder/Cargo.toml
+++ b/iced_builder/Cargo.toml
@@ -18,6 +18,7 @@ tokio = { version = "1.40.0", features = ["fs"] }
rfd = "0.15.0"
rust-format = "0.3.4"
unique_id = "0.1.5"
+indexmap = { version = "2.6.0", features = ["serde"] }
[[bin]]
name = "iced-builder"