From c114fe19f3722ffef46faca7e4d63faeceba6137 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 18 Oct 2022 12:09:17 -0600 Subject: [PATCH] Update README --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 026fb5a..cbbecd9 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,3 @@ # COSMIC Text -An example showcasing multi-line text shaping and rendering. -All the example code is located in the __[`main`](src/main.rs)__ file. - -You can run it with `cargo run`: -``` -cargo run --package text --release -``` - -To test with a monospace font, you can run it with the `mono` feature: -``` -cargo run --package text --features mono --release -``` +Pure Rust multi-line text shaping and rendering for COSMIC.