mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Add a fractal clock example to showcase painting performance
This commit is contained in:
7
emigui/src/examples.rs
Normal file
7
emigui/src/examples.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
mod app;
|
||||
mod fractal_clock;
|
||||
|
||||
pub use {
|
||||
app::{ExampleApp, ExampleWindow},
|
||||
fractal_clock::FractalClock,
|
||||
};
|
||||
Reference in New Issue
Block a user