summaryrefslogtreecommitdiffstats
path: root/web/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-07-12 21:44:01 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-07-12 21:44:01 +0200
commit735cfb790813c44852612400e31c0190b9c641a6 (patch)
tree4b33019dc01fd8afbe3d79431660788961262dcd /web/src/lib.rs
parent1428e9180ae9f4edbf22514bb74c5c7e9df9c712 (diff)
downloadiced-735cfb790813c44852612400e31c0190b9c641a6.tar.gz
iced-735cfb790813c44852612400e31c0190b9c641a6.tar.bz2
iced-735cfb790813c44852612400e31c0190b9c641a6.zip
Move `menu` module from `iced_native` to `iced_core`
Diffstat (limited to 'web/src/lib.rs')
-rw-r--r--web/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/src/lib.rs b/web/src/lib.rs
index 158416b9..6b7d0115 100644
--- a/web/src/lib.rs
+++ b/web/src/lib.rs
@@ -74,8 +74,8 @@ pub use dodrio;
pub use element::Element;
pub use hasher::Hasher;
pub use iced_core::{
- keyboard, mouse, Align, Background, Color, Font, HorizontalAlignment,
- Length, Padding, Point, Rectangle, Size, Vector, VerticalAlignment,
+ keyboard, menu, mouse, Align, Background, Color, Font, HorizontalAlignment,
+ Length, Menu, Padding, Point, Rectangle, Size, Vector, VerticalAlignment,
};
pub use iced_futures::{executor, futures, Command};
pub use subscription::Subscription;