1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 12:50:04 -04:00
Files
egui/examples/styling_engine
Emil Ernerfeldt 40c9441d5a refactor: split theme_plugin.rs into a theme module
Move each type into its own file under `crates/egui/src/theme/`:
`StyleProvider`, `ThemeCache`, `DefaultStyle`, and `Themes`.
The module is renamed `egui::theme_plugin` -> `egui::theme`.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-04 13:51:45 +02:00
..
2026-07-01 05:46:55 +02:00

Example showing how the style engine work.

cargo run -p styling_engine