egui/crates/egui_demo_lib/src
Lucas Meurer 47a2bb10b0
Remove `SelectableLabel` (#7277)
* part of https://github.com/emilk/egui/issues/7264
* removes SelectableLabel (Use `Button::selectable` instead)
* updates `Ui::selectable_value/label` with IntoAtoms support

Had to make some changes to `Button` since the SelecatbleLabel had no
frame unless selected.
2025-07-03 16:34:47 +02:00
..
demo Remove `SelectableLabel` (#7277) 2025-07-03 16:34:47 +02:00
easy_mark Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
lib.rs Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00
rendering_test.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00