1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00
Files
Emil Ernerfeldt 23ed49334e ⚠️ Rename Rounding to CornerRadius (#5673)
Breaking change!

* `Rounding` -> `CornerRadius`
* `rounding` -> `corner_radius`

This is to:
* Clarify
* Conform to other systems (e.g. Figma)
* Avoid confusion with `GuiRounding`
2025-02-04 12:53:18 +01:00
..
2025-02-04 12:53:18 +01:00
2025-01-16 17:00:29 +01:00
2023-09-12 10:39:17 +02:00
2024-12-29 11:46:08 +01:00

Example showing how to show images with eframe/egui.

cargo run -p images