mirror of
https://github.com/emilk/egui.git
synced 2026-07-11 00:58:53 +00:00
c8dd3dd01a
Also disable `regex` `env_logger` feature in examples to improve compile times.
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].