egui/tests/test_viewports
Emil Ernerfeldt 53a926a428
Update MSRV to 1.80 (#5457)
Because some dependencies now require it, see:
* https://github.com/emilk/egui/pull/5456
2024-12-10 16:09:03 +01:00
..
src Add `UiBuilder::layer_id`, and remove `layer_id` from `Ui::new` (#5195) 2024-10-01 10:39:44 +02:00
Cargo.toml Update MSRV to 1.80 (#5457) 2024-12-10 16:09:03 +01:00
README.md Move test crates to own folder (#4554) 2024-05-27 21:28:33 +02:00

README.md

This is a test of the viewports feature of eframe and egui, where we show off using multiple windows.

For a simple example, see multiple_viewports.