Move compositor module access from window to crate
This commit is contained in:
parent
5be1ac18fe
commit
984d1f375e
8 changed files with 27 additions and 22 deletions
|
|
@ -39,6 +39,7 @@ pub use primitive::Primitive;
|
|||
pub use renderer::Renderer;
|
||||
pub use transformation::Transformation;
|
||||
pub use viewport::Viewport;
|
||||
pub use window::compositor;
|
||||
|
||||
pub use iced_native::alignment;
|
||||
pub use iced_native::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue