From e8de836827b0fd9e364edecfb58eb6513d6937d5 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Sun, 22 Mar 2026 17:31:54 +0100 Subject: feat: move from sourcehut to my git instance --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3dc463a..69b8ec9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # iced_selection -[![builds.sr.ht status](https://builds.sr.ht/~pml68/iced_selection.svg)](https://builds.sr.ht/~pml68/iced_selection)   [![docs](https://img.shields.io/website?url=https%3A%2F%2Ficed-selection.pml68.dev&label=docs)](https://iced-selection.pml68.dev) ## Text selection API for [`iced`](https://iced.rs), with reference widget implementations. @@ -26,7 +25,7 @@ Simply add it to under your `Cargo.toml`'s `dependencies` section. [dependencies] iced = { git = "https://github.com/iced-rs/iced", branch = "master" } -iced_selection = { git = "https://git.sr.ht/~pml68/iced_selection" } +iced_selection = { git = "git://git.pml68.dev/iced_selection" } ``` ## Features @@ -42,7 +41,7 @@ iced_selection = { git = "https://git.sr.ht/~pml68/iced_selection" } - [X] triple-click + drag for by-line selection - [X] support wrapped lines - [ ] fix by-line selection for wrapped line segments -- [ ] make "combining" multiple text widgets possible ([`feat/global-selectable`](https://git.sr.ht/~pml68/iced_selection/tree/feat/global-selectable)) +- [ ] make "combining" multiple text widgets possible ([`feat/global-selectable`](https://git.pml68.dev/iced_selection/?h=feat/global-selectable)) ## Special thanks -- cgit v1.2.3