DPI version 0.1.0
This commit is contained in:
parent
249d5d8bff
commit
06f4e28de9
2 changed files with 3 additions and 1 deletions
|
|
@ -11,4 +11,6 @@ Unreleased` header.
|
|||
|
||||
# Unreleased
|
||||
|
||||
# 0.1.0
|
||||
|
||||
- Add `LogicalUnit`, `PhysicalUnit` and `PixelUnit` types and related functions.
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue