DPI version 0.1.0

This commit is contained in:
Kirill Chibisov 2024-03-13 13:24:31 +04:00
parent 249d5d8bff
commit 06f4e28de9
2 changed files with 3 additions and 1 deletions

View file

@ -11,4 +11,6 @@ Unreleased` header.
# Unreleased
# 0.1.0
- Add `LogicalUnit`, `PhysicalUnit` and `PixelUnit` types and related functions.

View file

@ -1,6 +1,6 @@
[package]
name = "dpi"
version = "0.0.0"
version = "0.1.0"
description = "Types for handling UI scaling"
keywords = ["DPI", "HiDPI", "scale-factor"]
categories = ["gui"]