Implement PartialOrd/Ord for dpi module types

This commit is contained in:
John Nunley 2023-05-15 19:11:43 -07:00 committed by GitHub
parent a7986b077f
commit 3c3be71a77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 9 deletions

View file

@ -19,6 +19,7 @@ And please only add new entries to the top of this list, right below the `# Unre
- On Wayland, fix forward compatibility issues.
- On Wayland, add `Window::drag_resize_window` method.
- On Wayland, drop `WINIT_WAYLAND_CSD_THEME` variable.
- Implement `PartialOrd` and `Ord` on types in the `dpi` module.
- Bump MSRV from `1.60` to `1.64`.
# 0.28.6