1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 15:20:05 -04:00

Sort demo windows (multi-touch demo was out of order)

This commit is contained in:
Emil Ernerfeldt
2021-05-09 10:09:05 +02:00
parent 4bb79a7047
commit 0b52813f62
3 changed files with 6 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ pub mod font_book;
pub mod font_contents_emoji;
pub mod font_contents_ubuntu;
pub mod layout_test;
pub mod multi_touch;
pub mod painting;
pub mod password;
pub mod plot_demo;
@@ -23,7 +24,6 @@ pub mod toggle_switch;
pub mod widget_gallery;
mod widgets;
pub mod window_options;
pub mod zoom_rotate;
pub use {app::*, demo_window::DemoWindow, demo_windows::*, widgets::Widgets};