summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 5ef25d2e..0020ed87 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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,
};