Make refactor into library

This commit is contained in:
Jeremy Soller 2022-10-05 09:16:51 -06:00
parent 132fb02008
commit 3295b254ad
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
8 changed files with 449 additions and 439 deletions

2
examples/text/src/lib.rs Normal file
View file

@ -0,0 +1,2 @@
pub use self::font::*;
mod font;