Move Space to widget module
This commit is contained in:
parent
4979635764
commit
c73f23c380
2 changed files with 2 additions and 2 deletions
|
|
@ -205,5 +205,5 @@ use iced_web as common;
|
|||
|
||||
pub use common::{
|
||||
futures, Align, Background, Color, Command, Font, HorizontalAlignment,
|
||||
Length, Point, Size, Space, Subscription, Vector, VerticalAlignment,
|
||||
Length, Point, Size, Subscription, Vector, VerticalAlignment,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ mod platform {
|
|||
pub use iced_winit::svg::{Handle, Svg};
|
||||
}
|
||||
|
||||
pub use iced_winit::Text;
|
||||
pub use iced_winit::{Space, Text};
|
||||
|
||||
#[doc(no_inline)]
|
||||
pub use {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue