egui/crates/egui_demo_app/src
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
..
apps Add `Harness::new_eframe` and `TestRenderer` trait (#5539) 2025-01-02 17:48:39 +01:00
backend_panel.rs Keep track of why `request_discard` was called (#5134) 2024-09-20 09:17:52 +02:00
frame_history.rs ⚠️ Rename `Rounding` to `CornerRadius` (#5673) 2025-02-04 12:53:18 +01:00
lib.rs Add `Harness::new_eframe` and `TestRenderer` trait (#5539) 2025-01-02 17:48:39 +01:00
main.rs Use `profiling` crate to support more profiler backends (#5150) 2024-12-16 09:15:54 +01:00
web.rs Use canvas directly (#4780) 2024-07-15 18:59:15 +02:00
wrap_app.rs ⚠️ Rename `Rounding` to `CornerRadius` (#5673) 2025-02-04 12:53:18 +01:00