Skip to content

Commit 56352c2

Browse files
committed
Expose egui::menu module
1 parent 11df21e commit 56352c2

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
@@ -1,7 +1,7 @@
11
pub(crate) mod area;
22
pub(crate) mod collapsing_header;
33
pub(crate) mod frame;
4-
pub(crate) mod menu;
4+
pub mod menu;
55
pub(crate) mod popup;
66
pub(crate) mod resize;
77
pub(crate) mod scroll_area;

0 commit comments

Comments
 (0)