summaryrefslogtreecommitdiff
path: root/iced_drop/README.md
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-10-26 22:22:45 +0200
committerpml68 <contact@pml68.me>2024-10-26 22:22:45 +0200
commit27fcc7a6a3dee7777449c0517a11838310aa164d (patch)
treeda813fb6d9bab57d9b114280f761a9635a1a8903 /iced_drop/README.md
parenttest: remove all leftover println calls (diff)
downloadiced-builder-27fcc7a6a3dee7777449c0517a11838310aa164d.tar.gz
feat: implement `std::error::Error` for custom `Error` enum
Diffstat (limited to 'iced_drop/README.md')
-rw-r--r--iced_drop/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/iced_drop/README.md b/iced_drop/README.md
index 3768d54..41b637b 100644
--- a/iced_drop/README.md
+++ b/iced_drop/README.md
@@ -1,7 +1,5 @@
# iced_drop
-# Modified to use iced 0.13.1 for compatibility
-
A small library which provides a custom widget and operation to make drag and drop easier to implement in [iced](https://github.com/iced-rs/iced/tree/master)
## Usage