diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-03-22 17:31:54 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-03-22 17:44:04 +0100 |
| commit | e8de836827b0fd9e364edecfb58eb6513d6937d5 (patch) | |
| tree | 25c11c8bc5b905992dfc69f94899c5ebb478fb00 /README.md | |
| parent | docs: update changelog (diff) | |
| download | iced_selection-e8de836827b0fd9e364edecfb58eb6513d6937d5.tar.gz | |
feat: move from sourcehut to my git instance
Diffstat (limited to '')
| -rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,6 +1,5 @@ # iced_selection -[](https://builds.sr.ht/~pml68/iced_selection) [](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 |
