aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-10-20 14:23:22 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-10-20 14:24:33 +0200
commitd3437d1b64cc632ab7358264825db683d15d1c69 (patch)
tree51b38588bf9b26f3664d89a575cf7e74696a1405 /README.md
parentchore: update mailing list address (diff)
downloadiced_material-d3437d1b64cc632ab7358264825db683d15d1c69.tar.gz
feat: add support for `pml68/iced_selection`
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1119dd5..89cd02a 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,8 @@
- `serde`: Provides [`serde`](https://docs.rs/serde) support.
- `animate`: Provides support for animating with [`iced_anim`](https://github.com/bradysimon/iced_anim/tree/iced/master).
- `crisp`: Enables pixel snapping for crisp edges by default (can cause jitter!).
-- `dialog`: Provides support for [`iced_dialog`](https://github.com/pml68/iced_dialog).
+- `dialog`: Provides support for [`iced_dialog`](https://git.sr.ht/~pml68/iced_dialog).
+- `selection`: Provides support for [`iced_selection`](https://git.sr.ht/~pml68/iced_selection).
- `markdown`: Provides support for the markdown widget.
- `svg`: Provides support for the SVG widget.
- `qr_code`: Provides support for the QR code widget.