Add description for crate
This commit is contained in:
parent
a9b7b4e914
commit
b6bd72335c
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
[package]
|
||||
name = "cosmic-text"
|
||||
description = "Pure Rust multi-line text handling"
|
||||
version = "0.1.0"
|
||||
authors = ["Jeremy Soller <jeremy@system76.com>"]
|
||||
edition = "2021"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# COSMIC Text
|
||||
|
||||
Pure Rust multi-line text shaping and rendering for COSMIC.
|
||||
Pure Rust multi-line text handling.
|
||||
|
||||
COSMIC Text provides advanced text shaping, layout, and rendering wrapped up
|
||||
into a simple abstraction. Shaping is provided by rustybuzz, and supports a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue