1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00
Files
egui/examples/styling_engine
2026-09-01 11:39:16 +02:00
..
2026-09-01 11:39:16 +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