diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -245,7 +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, Font, HorizontalAlignment, - Length, Point, Rectangle, Size, Subscription, Vector, VerticalAlignment, + Alignment, Background, Color, Command, Font, Length, Point, Rectangle, + Size, Subscription, Vector, }; |