From 7d241eb768a3c56d98f5d41183866fffb9ff167a Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 20 Oct 2024 11:51:54 +0200 Subject: feat: implement d&d for new elements `ActionKind` enum to help generalize d&d actions removed `codegen` module small refactors --- iced_builder/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'iced_builder/Cargo.toml') 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" -- cgit v1.2.3