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