mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Prefer `core::` over `std::` where either work * Part of https://github.com/emilk/egui/issues/5735
This example shows that you can use egui in parallel from multiple threads.
cargo run -p hello_world_par