1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 15:20:05 -04:00

Deprecate left/centered/right column functions in Ui

This commit is contained in:
Emil Ernerfeldt
2020-12-19 11:14:59 +01:00
parent 1e1bfa4dc7
commit ea10add1cb
3 changed files with 13 additions and 5 deletions

View File

@@ -30,7 +30,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* `egui::App`: added `fn name(&self)` and `fn clear_color(&self)`.
### Deprecated
* Deprecated `RawInput::screen_size` - use `RawInput::screen_rect` instead.
* `RawInput::screen_size` - use `RawInput::screen_rect` instead.
* left/centered/right column functions on `Ui`.
## 0.5.0 - 2020-12-13