1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00
Files
egui/examples/styling_engine
Lucas Meurer e877c9cdec Fix lint
2026-08-21 14:30:13 +02:00
..
2026-08-21 14:30:13 +02:00
Fmt
2026-08-21 11:39:53 +02:00
2026-08-04 14:05:03 +02:00

Example showing how the style engine work.

A custom StyleProvider<ButtonStyle> styles every button, using classes to tell them apart. The theme can be edited live in the left panel.

cargo run -p styling_engine