diff options
author | 2021-07-12 21:38:54 +0200 | |
---|---|---|
committer | 2021-07-12 21:38:54 +0200 | |
commit | 1428e9180ae9f4edbf22514bb74c5c7e9df9c712 (patch) | |
tree | a180d25cec5934b0216adf783311f9acce8e0cea /src | |
parent | c4552a72d43e5f79faa7c64634be539d81f995b9 (diff) | |
download | iced-1428e9180ae9f4edbf22514bb74c5c7e9df9c712.tar.gz iced-1428e9180ae9f4edbf22514bb74c5c7e9df9c712.tar.bz2 iced-1428e9180ae9f4edbf22514bb74c5c7e9df9c712.zip |
Make `Menu` API a bit more functional
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -245,7 +245,7 @@ pub use sandbox::Sandbox; pub use settings::Settings; pub use runtime::{ - futures, Align, Background, Clipboard, Color, Command, Font, + futures, menu, Align, Background, Clipboard, Color, Command, Font, HorizontalAlignment, Length, Menu, Point, Rectangle, Size, Subscription, Vector, VerticalAlignment, }; |