Move text logic in iced_wgpu to a text module
This commit is contained in:
parent
73f3c90007
commit
f0b1e65ba4
6 changed files with 131 additions and 82 deletions
|
|
@ -1,8 +1,8 @@
|
|||
mod font;
|
||||
mod image;
|
||||
mod primitive;
|
||||
mod quad;
|
||||
mod renderer;
|
||||
mod text;
|
||||
mod transformation;
|
||||
|
||||
pub(crate) use crate::image::Image;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue