1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

A much simpler example

This commit is contained in:
Emil Ernerfeldt
2026-08-04 14:03:05 +02:00
parent 3a584a620e
commit 37eb350124
6 changed files with 139 additions and 249 deletions

View File

@@ -1,5 +1,8 @@
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.
```sh
cargo run -p styling_engine
```