egui/examples/serial_windows
Emil Ernerfeldt cef0c0b6d8 Fix typo
2023-02-05 21:58:15 +01:00
..
src Rename eframe::EframeError to eframe::Error 2022-12-14 17:29:54 +01:00
Cargo.toml Fix typo 2023-02-05 21:58:15 +01:00
README.md Automatically generate screenshots for all examples (#2379) 2022-12-04 17:27:40 +01:00
screenshot.png Automatically generate screenshots for all examples (#2379) 2022-12-04 17:27:40 +01:00

Demonstrates how to open several windows after each other.

NOTE: this doesn't work on Mac due to https://github.com/rust-windowing/winit/issues/2431. See also https://github.com/emilk/egui/issues/1918.

cargo run -p serial_windows