mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
* Add collapsing header select as selectable label * Modified Tree demo adding selectable example * Update egui/src/containers/collapsing_header.rs Selected is not linked to selectable Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> * Update egui/src/containers/collapsing_header.rs Description example Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> * Changing example without name clashing * Fixing merge issue (ah I miss P4 sometimes) * Fixing doctest example * Add possibility to show background to a single one * Fixing clippy test Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
egui demo library
this crate contains example code for egui.
it is in a separate crate for two reasons:
- to ensure it only uses the public
eguiapi. - to remove the amount of code in
eguiproper.