1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00
Files
egui/examples/hello_world_par
2023-07-28 18:28:16 +03:00
..
2023-07-28 18:28:16 +03:00
2023-07-24 14:24:30 +03:00

This example shows that you can use egui in parallel from multiple threads.

cargo run -p hello_world_par