1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00
Files
egui/examples/multiple_viewports
Emil Ernerfeldt 328422dc62 Update MSRV to Rust 1.79 (#5421)
Mostly to fix `cargo-machete` CI
2024-12-01 18:58:35 +01:00
..
2024-12-01 18:58:35 +01:00

Example how to show multiple viewports (native windows) can be created in egui when using the eframe backend.

cargo run -p multiple_viewports

For a more advanced example, see [../../tests/test_viewports].