Move menu module from iced_native to iced_core
This commit is contained in:
parent
1428e9180a
commit
735cfb7908
4 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue