Merge iced_core::text with iced_native::text

This commit is contained in:
Héctor Ramón Jiménez 2021-11-04 18:28:06 +07:00
parent ef5a731e4b
commit 343f9b7e2e
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 28 additions and 33 deletions

View file

@ -17,7 +17,6 @@
pub mod alignment;
pub mod keyboard;
pub mod mouse;
pub mod text;
mod background;
mod color;