diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -245,8 +245,9 @@ pub use result::Result; pub use sandbox::Sandbox; pub use settings::Settings; +pub use runtime::alignment; +pub use runtime::futures; pub use runtime::{ - futures, Align, Background, Color, Command, CrossAlign, Font, - HorizontalAlignment, Length, Point, Rectangle, Size, Subscription, Vector, - VerticalAlignment, + Alignment, Background, Color, Command, Font, Length, Point, Rectangle, + Size, Subscription, Vector, }; |