Derive Default, Hash, and Eq for some dpi types (#1833)
* Derive more things * Changelog entry
This commit is contained in:
parent
dabcb1834d
commit
04b4e48265
2 changed files with 5 additions and 4 deletions
|
|
@ -23,6 +23,7 @@
|
|||
- On Windows, added `WindowBuilderExtWindows::with_owner_window` to allow creating popup windows.
|
||||
- On Windows, added `WindowExtWindows::set_enable` to allow creating modal popup windows.
|
||||
- On macOS, emit `RedrawRequested` events immediately while the window is being resized.
|
||||
- Implement `Default`, `Hash`, and `Eq` for `LogicalPosition`, `PhysicalPosition`, `LogicalSize`, and `PhysicalSize`.
|
||||
|
||||
# 0.24.0 (2020-12-09)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue