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