Move widgets from core to native and web
Also made fields private and improved `Renderer` traits.
This commit is contained in:
parent
d3553adf27
commit
65eb218d3d
59 changed files with 2455 additions and 1942 deletions
|
|
@ -7,7 +7,10 @@ pub mod widget;
|
|||
|
||||
pub use bus::Bus;
|
||||
pub use element::Element;
|
||||
pub use iced_core::{Align, Background, Color, Length};
|
||||
pub use iced_core::{
|
||||
Align, Background, Color, Font, HorizontalAlignment, Length,
|
||||
VerticalAlignment,
|
||||
};
|
||||
pub use widget::*;
|
||||
|
||||
pub trait Application {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue