Draft text support in iced_tiny_skia

This commit is contained in:
Héctor Ramón Jiménez 2023-02-26 23:40:17 +01:00
parent 744f3028f4
commit 64fb722dfe
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
4 changed files with 523 additions and 112 deletions

View file

@ -2,6 +2,7 @@ pub mod window;
mod backend;
mod settings;
mod text;
pub use backend::Backend;
pub use settings::Settings;