From adc18808bc8ae73bf6a9056df9e1c8760a0a827d Mon Sep 17 00:00:00 2001 From: pml68 Date: Fri, 21 Feb 2025 20:59:23 +0100 Subject: feat: update to `iced` 0.14-dev --- iced_drop/src/widget.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 iced_drop/src/widget.rs (limited to 'iced_drop/src/widget.rs') diff --git a/iced_drop/src/widget.rs b/iced_drop/src/widget.rs new file mode 100644 index 0000000..6b3fed2 --- /dev/null +++ b/iced_drop/src/widget.rs @@ -0,0 +1,2 @@ +pub mod droppable; +pub mod operation; -- cgit v1.2.3