From f5c35e48c480355036778d26aacde498e5c15e68 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 22 Sep 2024 23:53:02 +0200 Subject: feat: restructure project, start drag and drop --- iced_drop/src/widget/operation.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 iced_drop/src/widget/operation.rs (limited to 'iced_drop/src/widget/operation.rs') diff --git a/iced_drop/src/widget/operation.rs b/iced_drop/src/widget/operation.rs new file mode 100644 index 0000000..3d7dcff --- /dev/null +++ b/iced_drop/src/widget/operation.rs @@ -0,0 +1 @@ +pub mod drop; -- cgit v1.2.3