diff options
Diffstat (limited to 'README.md')
| -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 |
