diff options
Diffstat (limited to '')
| -rw-r--r-- | iced_drop/src/widget.rs | 2 |
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; |
