aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-03-22 17:31:54 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-03-22 17:44:04 +0100
commite8de836827b0fd9e364edecfb58eb6513d6937d5 (patch)
tree25c11c8bc5b905992dfc69f94899c5ebb478fb00 /README.md
parentdocs: update changelog (diff)
downloadiced_selection-e8de836827b0fd9e364edecfb58eb6513d6937d5.tar.gz
feat: move from sourcehut to my git instance
Diffstat (limited to '')
-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) &nbsp;
[![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