Export egui::demos::app::DemoApp
Closes https://github.com/emilk/egui/issues/26
This commit is contained in:
parent
73dc3484ae
commit
a35fe7da12
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ pub mod toggle_switch;
|
||||||
mod widgets;
|
mod widgets;
|
||||||
|
|
||||||
pub use {
|
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,
|
sliders::Sliders, widgets::Widgets,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue