mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Especially when using the verbose `{:#?}`, which before would result in
```
Color32([
255,
0,
0,
255
])
```
but now becomes `#ff_00_00_ff`