Move Transformation to iced_graphics
This commit is contained in:
parent
05af8d00d4
commit
750a441a8c
6 changed files with 5 additions and 58 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue