mirror of
https://github.com/emilk/egui.git
synced 2026-07-11 00:58:53 +00:00
2f508d6a61
Replace `cargo-cranky` (which has served us well) with workspace lints
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].