Move Viewport to iced_graphics
This commit is contained in:
parent
750a441a8c
commit
a0ac09122a
5 changed files with 7 additions and 37 deletions
|
|
@ -2,6 +2,7 @@ mod defaults;
|
|||
mod primitive;
|
||||
mod renderer;
|
||||
mod transformation;
|
||||
mod viewport;
|
||||
mod widget;
|
||||
|
||||
pub mod backend;
|
||||
|
|
@ -15,3 +16,4 @@ pub use defaults::Defaults;
|
|||
pub use primitive::Primitive;
|
||||
pub use renderer::Renderer;
|
||||
pub use transformation::Transformation;
|
||||
pub use viewport::Viewport;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue