Remove redundant widget modules in subcrates
Instead, we can define the type aliases just once in the root crate!
This commit is contained in:
parent
7d9ab71790
commit
12c1a3f829
62 changed files with 225 additions and 780 deletions
|
|
@ -22,7 +22,6 @@ mod text;
|
|||
mod triangle;
|
||||
|
||||
pub mod settings;
|
||||
pub mod widget;
|
||||
pub mod window;
|
||||
|
||||
pub use backend::Backend;
|
||||
|
|
@ -30,9 +29,6 @@ pub use settings::Settings;
|
|||
|
||||
pub(crate) use iced_graphics::Transformation;
|
||||
|
||||
#[doc(no_inline)]
|
||||
pub use widget::*;
|
||||
|
||||
pub use iced_graphics::{Error, Viewport};
|
||||
|
||||
pub use iced_native::alignment;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue