1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

[demo] Move layout demo to own window

This commit is contained in:
Emil Ernerfeldt
2021-01-25 20:52:47 +01:00
parent 749419c9fd
commit 63e4ff4382
4 changed files with 157 additions and 143 deletions

View File

@@ -13,6 +13,7 @@ pub mod font_book;
pub mod font_contents_emoji;
pub mod font_contents_ubuntu;
pub mod input_test;
pub mod layout_test;
pub mod painting;
pub mod scrolling;
pub mod sliders;