1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

Deprecate color::srgba function. Use Color32::from_rgb etc instead.

This commit is contained in:
Emil Ernerfeldt
2021-01-02 17:06:26 +01:00
parent 73f3d8cf46
commit 64dd186daf
5 changed files with 23 additions and 18 deletions

View File

@@ -23,6 +23,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* `RepaintSignal` now implements `Sync` so it can be sent to a background thread.
### Deprecated
* Deprecated `color::srgba`.
## 0.6.0 - 2020-12-26