mirror of
https://github.com/emilk/egui.git
synced 2026-07-12 17:48:55 +00:00
9ef4d02ab8
Especially when using the verbose `{:#?}`, which before would result in
```
Color32([
255,
0,
0,
255
])
```
but now becomes `#ff_00_00_ff`