This example does not use the default features from eframe in order to avoid accesskit, which panics when run from multiple threads, so it must manually enable the other default features in order to compile correctly on Linux. * Closes <https://github.com/emilk/egui/issues/4682> |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
README.md
This example shows that you can use egui in parallel from multiple threads.
cargo run -p hello_world_par