summaryrefslogtreecommitdiff
path: root/iced_drop/src/widget.rs
diff options
context:
space:
mode:
Diffstat (limited to 'iced_drop/src/widget.rs')
-rw-r--r--iced_drop/src/widget.rs2
1 files changed, 2 insertions, 0 deletions
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;