summaryrefslogtreecommitdiff
path: root/iced_drop/README.md
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-10-04 00:44:02 +0200
committerpml68 <contact@pml68.me>2024-10-04 00:44:02 +0200
commit510d68b92972b99868e187dd5340f04780b4c354 (patch)
tree6d0937824d8606423b5afef2a16e182a3a984f8f /iced_drop/README.md
parentfeat: implement fmt::Display for RenderedElement, work on props (diff)
downloadiced-builder-510d68b92972b99868e187dd5340f04780b4c354.tar.gz
feat: update to iced 0.13.1, basic project state file, prepare for drag&drop
Diffstat (limited to 'iced_drop/README.md')
-rw-r--r--iced_drop/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/iced_drop/README.md b/iced_drop/README.md
index 41b637b..3768d54 100644
--- a/iced_drop/README.md
+++ b/iced_drop/README.md
@@ -1,5 +1,7 @@
# 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