egui/examples/retained_image
Emil Ernerfeldt 3c4223c6b1
Support images with rounded corners (#3257)
* Add `Rect::ZERO`

* Add `Rounding::ZERO`

* Add `RectShape::new`

* Add `Image::rounding` to support images with rounded corners
2023-08-15 09:29:30 +02:00
..
src Support images with rounded corners (#3257) 2023-08-15 09:29:30 +02:00
Cargo.toml Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
README.md Automatically generate screenshots for all examples (#2379) 2022-12-04 17:27:40 +01:00
screenshot.png Update example screenshots 2023-05-23 13:38:02 +02:00

README.md

Example how to show an image with eframe/egui.

cargo run -p retained_image