Skip to content

Commit b2ec4f0

Browse files
committed
FIX(container): add menu containers public re-export
1 parent 11df21e commit b2ec4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

egui/src/containers.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ pub(crate) mod window;
99

1010
pub use {
1111
area::Area, collapsing_header::CollapsingHeader, frame::Frame, popup::*, resize::Resize,
12-
scroll_area::ScrollArea, window::Window,
12+
scroll_area::ScrollArea, window::Window, menu::*,
1313
};

0 commit comments

Comments
 (0)