chore: more concise Debug output for WindowId

This commit is contained in:
Bruce Mitchener 2024-04-15 00:06:18 +07:00 committed by GitHub
parent 0086d7153b
commit df7c496a5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View file

@ -77,6 +77,7 @@ changelog entry.
- Rename `platform::x11::XWindowType` to `platform::x11::WindowType`.
- Rename `VideoMode` to `VideoModeHandle` to represent that it doesn't hold
static data.
- Make `Debug` formatting of `WindowId` more concise.
- Move `dpi` types to its own crate, and re-export it from the root crate.
- Replace `log` with `tracing`, use `log` feature on `tracing` to restore old
behavior.