From 39ac8dd3f42cd7dfdc8c4f2d5f96f9fe5f6cb444 Mon Sep 17 00:00:00 2001 From: Yevhenii Reizner Date: Sun, 28 May 2023 14:32:00 +0300 Subject: [PATCH] Update readme. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7690f23b7..6591ed889 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,6 @@ Here are some of them: - [rustybuzz] - a [harfbuzz](https://github.com/harfbuzz/harfbuzz) subset ported to Rust - [ttf-parser] - a TrueType/OpenType font parser - [fontdb] - a simple, in-memory font database with CSS-like queries -- [rosvgtree] - an SVG parsing library - [roxmltree] + [xmlparser] - an XML parsing libraries - [simplecss] - a pretty decent CSS 2 parser and selector - [pico-args] - an absolutely minimal, but surprisingly popular command-line arguments parser @@ -139,7 +138,6 @@ It's definitely the smallest option out there. [rustybuzz]: https://github.com/RazrFalcon/rustybuzz [tiny-skia]: https://github.com/RazrFalcon/tiny-skia [ttf-parser]: https://github.com/RazrFalcon/ttf-parser -[rosvgtree]: https://github.com/RazrFalcon/resvg/tree/master/crates/rosvgtree [roxmltree]: https://github.com/RazrFalcon/roxmltree [xmlparser]: https://github.com/RazrFalcon/xmlparser [simplecss]: https://github.com/RazrFalcon/simplecss