We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11df21e commit b2ec4f0Copy full SHA for b2ec4f0
egui/src/containers.rs
@@ -9,5 +9,5 @@ pub(crate) mod window;
9
10
pub use {
11
area::Area, collapsing_header::CollapsingHeader, frame::Frame, popup::*, resize::Resize,
12
- scroll_area::ScrollArea, window::Window,
+ scroll_area::ScrollArea, window::Window, menu::*,
13
};
0 commit comments