mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
* Bump MSRV to 1.67 * clippy fixes * cargo clippy: inline format args * Add `clippy::uninlined_format_args` to cranky lints * Fix clippy on wasm * More clippy fixes
This example shows that you can use egui in parallel from multiple threads.
cargo run -p hello_world_par