Doc: Add small summary of crate goal in doc.rs

This commit is contained in:
Gijs Burghoorn 2023-05-21 14:08:12 +02:00 committed by Josh Groves
parent 9f82af4f7d
commit d20643702f

View file

@ -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;