diff --git a/src/lib.rs b/src/lib.rs index edf0b6f..1ae7d25 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 text_atlas; mod text_render;