aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
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