1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Export egui::demos::app::DemoApp

Closes https://github.com/emilk/egui/issues/26
This commit is contained in:
Emil Ernerfeldt
2020-10-12 12:35:55 +02:00
parent 73dc3484ae
commit a35fe7da12

View File

@@ -10,7 +10,7 @@ pub mod toggle_switch;
mod widgets;
pub use {
app::DemoApp, color_test::ColorTest, demo_window::DemoWindow, fractal_clock::FractalClock,
app::*, color_test::ColorTest, demo_window::DemoWindow, fractal_clock::FractalClock,
sliders::Sliders, widgets::Widgets,
};