Split dpi module out into a separate crate (#3518)

Co-authored-by: John Nunley <dev@notgull.net>
This commit is contained in:
Mads Marquart
2024-02-26 14:52:00 +01:00
committed by GitHub
parent 7e28d7615e
commit e41f0eabb1
10 changed files with 255 additions and 208 deletions

View File

@@ -11,6 +11,7 @@ Unreleased` header.
# Unreleased
- Move `dpi` types to its own crate, and re-export it from the root crate.
- On Wayland, fix DeviceEvent::Motion not being sent
- On X11, don't require XIM to run.
- On X11, fix xkb state not being updated correctly sometimes leading to wrong input.