Move text logic in iced_wgpu to a text module

This commit is contained in:
Héctor Ramón Jiménez 2019-11-13 03:54:36 +01:00
parent 73f3c90007
commit f0b1e65ba4
6 changed files with 131 additions and 82 deletions

View file

@ -1,8 +1,8 @@
mod font;
mod image;
mod primitive;
mod quad;
mod renderer;
mod text;
mod transformation;
pub(crate) use crate::image::Image;