mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 14:50:04 -04:00
dpi: derive common traits for PixelUnit
Derive `Debug`, `Copy`, `Clone` , `PartialEq`, `Serialize`, `Deserialize` for `PixelUnit`, which follows other types in dpi crate.
This commit is contained in:
committed by
Kirill Chibisov
parent
fedb944d57
commit
8e69a8fa40
@@ -11,6 +11,8 @@ Unreleased` header.
|
||||
|
||||
# Unreleased
|
||||
|
||||
- Derive `Debug`, `Copy`, `Clone`, `PartialEq`, `Serialize`, `Deserialize` traits for `PixelUnit`.
|
||||
|
||||
# 0.1.0
|
||||
|
||||
- Add `LogicalUnit`, `PhysicalUnit` and `PixelUnit` types and related functions.
|
||||
|
||||
Reference in New Issue
Block a user