mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
11 lines
256 B
Markdown
11 lines
256 B
Markdown
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
|
|
```
|
|
|
|
<!--  -->
|