Move Space to widget module

This commit is contained in:
Héctor Ramón Jiménez 2020-04-01 00:25:08 +02:00
parent 4979635764
commit c73f23c380
2 changed files with 2 additions and 2 deletions

View File

@ -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,
};

View File

@ -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 {