Move Transformation to iced_graphics

This commit is contained in:
Héctor Ramón Jiménez 2020-05-19 19:55:05 +02:00
parent 05af8d00d4
commit 750a441a8c
6 changed files with 5 additions and 58 deletions

View file

@ -1,6 +1,7 @@
mod defaults;
mod primitive;
mod renderer;
mod transformation;
mod widget;
pub mod backend;
@ -13,3 +14,4 @@ pub use backend::Backend;
pub use defaults::Defaults;
pub use primitive::Primitive;
pub use renderer::Renderer;
pub use transformation::Transformation;