From 9784a8a1a16c39dbb6283c71a2f3098353060ea0 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 8 Dec 2024 11:15:36 +0200 Subject: [PATCH] add ansi-parser reference, replace links with crates.io --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 979f0596..2012ec11 100644 --- a/README.md +++ b/README.md @@ -63,13 +63,13 @@ GTK 4 / Libadwaita client written in Rust * [x] `60` Certificate requested * [x] `61` Certificate not authorized * [x] `62` Certificate not valid - * [x] [Gemtext](https://geminiprotocol.net/docs/gemtext-specification.gmi) (by [ggemtext](https://github.com/YGGverse/ggemtext)) + * [x] [Gemtext](https://geminiprotocol.net/docs/gemtext-specification.gmi) (by [ggemtext](https://crates.io/crates/ggemtext)) * [x] Code (inline/multiline) * [x] Inline * [x] Multiline * [x] Alt - * [x] Syntax highlight* (by [syntect](https://github.com/trishume/syntect)) - * [ ] ANSI / terminal emulation* + * [x] Syntax highlight* (by [syntect](https://crates.io/crates/syntect)) + * [ ] Terminal emulation* (by [ansi-parser](https://crates.io/crates/ansi-parser)) * [x] foreground * [x] background * [ ] intensity