Update README
This commit is contained in:
parent
410d4ee674
commit
c114fe19f3
1 changed files with 1 additions and 12 deletions
13
README.md
13
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue