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

[demo] Move slider demo to own window

This commit is contained in:
Emil Ernerfeldt
2021-01-25 20:14:39 +01:00
parent 6d57a24f35
commit 5e3a89bf00
4 changed files with 34 additions and 34 deletions

View File

@@ -15,7 +15,7 @@ pub mod font_contents_ubuntu;
pub mod input_test;
mod painting;
mod scrolls;
mod sliders;
pub mod sliders;
mod tests;
pub mod toggle_switch;
mod widget_gallery;