summaryrefslogtreecommitdiffstats
path: root/web/src
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2021-07-20 21:44:33 +0700
committerLibravatar GitHub <noreply@github.com>2021-07-20 21:44:33 +0700
commit8e29709b69ec0eae211887c8c6d91558175997b5 (patch)
treec6fe2b40d4be34867e61b9061d27ae44916ad4ab /web/src
parenta6dbaf0f5fd3590a8cfe92f924184c5d78e00152 (diff)
parent82db3c78b6cfa2cc55ece6ffa46811bfb5195f60 (diff)
downloadiced-8e29709b69ec0eae211887c8c6d91558175997b5.tar.gz
iced-8e29709b69ec0eae211887c8c6d91558175997b5.tar.bz2
iced-8e29709b69ec0eae211887c8c6d91558175997b5.zip
Merge pull request #945 from derezzedex/menu
feat: add menus
Diffstat (limited to '')
-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;