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:
amrbashir
2024-03-14 01:37:22 +02:00
committed by Kirill Chibisov
parent fedb944d57
commit 8e69a8fa40
2 changed files with 38 additions and 0 deletions

View File

@@ -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.