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
|
|
@ -15,6 +15,7 @@
|
|||
#![forbid(unsafe_code)]
|
||||
#![forbid(rust_2018_idioms)]
|
||||
pub mod keyboard;
|
||||
pub mod menu;
|
||||
pub mod mouse;
|
||||
|
||||
mod align;
|
||||
|
|
@ -33,6 +34,7 @@ pub use background::Background;
|
|||
pub use color::Color;
|
||||
pub use font::Font;
|
||||
pub use length::Length;
|
||||
pub use menu::Menu;
|
||||
pub use padding::Padding;
|
||||
pub use point::Point;
|
||||
pub use rectangle::Rectangle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue