summaryrefslogtreecommitdiff
path: root/crates/iced_drop/src/widget.rs
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-06-13 00:26:44 +0200
committerpml68 <contact@pml68.dev>2025-06-13 00:26:44 +0200
commita0501112cf3d74b9c79f7a985283ca2f41f5a7d3 (patch)
tree581042549e95602ec495317b260a4c45d965f352 /crates/iced_drop/src/widget.rs
parentchore: update deps (diff)
downloadiced-builder-a0501112cf3d74b9c79f7a985283ca2f41f5a7d3.tar.gz
chore: extract `iced_drop` into separate repo (`pml68/iced_drop`)
Diffstat (limited to 'crates/iced_drop/src/widget.rs')
-rw-r--r--crates/iced_drop/src/widget.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/iced_drop/src/widget.rs b/crates/iced_drop/src/widget.rs
deleted file mode 100644
index 6b3fed2..0000000
--- a/crates/iced_drop/src/widget.rs
+++ /dev/null
@@ -1,2 +0,0 @@
-pub mod droppable;
-pub mod operation;