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

egui_demo_lib 0.8.1: export ColorTest

This commit is contained in:
Emil Ernerfeldt
2021-01-19 17:13:29 +01:00
parent 90a0ce969b
commit 29bb7c9f9d
4 changed files with 7 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ mod apps;
pub(crate) mod frame_history;
mod wrap_app;
pub use apps::ColorTest; // used for tests
pub use apps::DemoWindows; // used for tests
pub use wrap_app::WrapApp;