1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00

Add some support for menu bars

This commit is contained in:
Emil Ernerfeldt
2020-05-10 19:03:36 +02:00
parent a8d943db54
commit 34b4c985a2
3 changed files with 153 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
pub mod area;
pub mod collapsing_header;
pub mod frame;
pub mod menu;
pub mod resize;
pub mod scroll_area;
pub mod window;