summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e4f00c07..3d4b96f1 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -246,7 +246,6 @@ pub use sandbox::Sandbox;
pub use settings::Settings;
pub use runtime::{
- futures, menu, Align, Background, Color, Command, Font,
- HorizontalAlignment, Length, Menu, Point, Rectangle, Size, Subscription,
- Vector, VerticalAlignment,
+ futures, Align, Background, Color, Command, Font, HorizontalAlignment,
+ Length, Point, Rectangle, Size, Subscription, Vector, VerticalAlignment,
};