egui/tests/test_viewports
Emil Ernerfeldt 525d435a84
Require a `StrokeKind` when painting rectangles with strokes (#5648)
This is a breaking change, requiring users to think about wether the
stroke is inside/centered/outside the rect.

When in doubt, add `egui::StrokeKind::Inside` to the function call.
2025-01-29 15:52:49 +01:00
..
src Require a `StrokeKind` when painting rectangles with strokes (#5648) 2025-01-29 15:52:49 +01:00
Cargo.toml Upgrade to wgpu 24 (#5610) 2025-01-16 17:00:29 +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.