winit/dpi/CHANGELOG.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
768 B
Markdown
Raw Permalink Normal View History

# Changelog
All notable changes to this project will be documented in this file.
Please keep one empty line before and after all headers. (This is required for
`git` to produce a conflict when a release is made while a PR is open and the
PR's changelog entry would go into the wrong section).
And please only add new entries to the top of this list, right below the `#
Unreleased` header.
2024-03-15 18:16:52 +04:00
## Unreleased
2025-05-02 13:36:04 +09:00
## 0.1.2
- Added `Insets`, `LogicalInsets` and `PhysicalInsets` types.
2025-04-20 06:46:15 +01:00
- Make `no_std` compatible. If you use this functionality, DPI's license has changed.
2024-03-15 18:16:52 +04:00
## 0.1.1
- Derive `Debug`, `Copy`, `Clone`, `PartialEq`, `Serialize`, `Deserialize` traits for `PixelUnit`.
2024-03-15 18:16:52 +04:00
## 0.1.0
2024-03-13 13:24:31 +04:00
- Add `LogicalUnit`, `PhysicalUnit` and `PixelUnit` types and related functions.