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

Make RawInput::time an Option

This commit is contained in:
Emil Ernerfeldt
2020-12-16 21:22:45 +01:00
parent 413f5fd37a
commit 2c766aa540
4 changed files with 51 additions and 16 deletions

View File

@@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* `SidePanel::left` and `TopPanel::top` now takes `impl Hash` as first argument.
* `ui.image` now takes `impl Into<Vec2>` as a `size` argument.
* Made some more fields of `RawInput` optional.
## 0.5.0 - 2020-12-13