egui/examples/multiple_viewports
Emil Ernerfeldt bfadb90d42
Update MSRV to Rust 1.72 (#3595)
Required to update to puffin 0.18
2023-11-21 17:26:35 +01:00
..
src Fix closing of viewports (#3591) 2023-11-20 17:43:40 +01:00
Cargo.toml Update MSRV to Rust 1.72 (#3595) 2023-11-21 17:26:35 +01:00
README.md Multiple viewports/windows (#3172) 2023-11-16 11:25:05 +01:00

README.md

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 [../test_viewports].