Doc: Add small summary of crate goal in doc.rs
This commit is contained in:
parent
9f82af4f7d
commit
d20643702f
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
//! Glyphon provides a simple way to render 2D text with [wpgu], [cosmic-text] and [etagere].
|
||||||
|
//!
|
||||||
|
//! [wpgu]: https://github.com/gfx-rs/wgpu
|
||||||
|
//! [cosmic-text]: https://github.com/pop-os/cosmic-text
|
||||||
|
//! [etagere]: https://github.com/nical/etagere
|
||||||
|
|
||||||
mod error;
|
mod error;
|
||||||
mod text_atlas;
|
mod text_atlas;
|
||||||
mod text_render;
|
mod text_render;
|
||||||
|
|
Loading…
Reference in a new issue