summaryrefslogtreecommitdiff
path: root/iced_drop/README.md
diff options
context:
space:
mode:
authorPolesznyák Márk László <116908301+pml68@users.noreply.github.com>2024-10-26 22:23:44 +0200
committerGitHub <noreply@github.com>2024-10-26 22:23:44 +0200
commit95fcd7aefa1aaf8f69c719d6d66003311c097e97 (patch)
treeda813fb6d9bab57d9b114280f761a9635a1a8903 /iced_drop/README.md
parentMerge pull request #2 from pml68/feat/drag-and-drop (diff)
parentfeat: implement `std::error::Error` for custom `Error` enum (diff)
downloadiced-builder-95fcd7aefa1aaf8f69c719d6d66003311c097e97.tar.gz
Merge pull request #3 from pml68/refactor/internal-restructuring
Internal restructuring done
Diffstat (limited to '')
-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