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

Put all egui_demo_lib tests into their own files in their own folder (#4691)

This commit is contained in:
Emil Ernerfeldt
2024-06-23 10:53:04 +02:00
committed by GitHub
parent 2c00cb3991
commit fb4c6cc619
37 changed files with 689 additions and 690 deletions

View File

@@ -15,7 +15,6 @@ pub mod extra_viewport;
pub mod font_book;
pub mod frame_demo;
pub mod highlighting;
pub mod layout_test;
pub mod misc_demo_window;
pub mod multi_touch;
pub mod paint_bezier;