mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 23:13:13 -04:00
* Added warning for glow eframe when creating `Context::create_viewport_sync` in other thread, or cannot be rendered! * Fix clippy warning
This example shows that you can use egui in parallel from multiple threads.
cargo run -p hello_world_par