DPI version 0.1.2

This commit is contained in:
Kirill Chibisov 2025-05-02 13:36:04 +09:00
parent 6756549ac9
commit 587ade844d
3 changed files with 4 additions and 2 deletions

View file

@ -78,7 +78,7 @@ cfg_aliases = "0.2.1"
[dependencies]
bitflags = "2"
cursor-icon = "1.1.0"
dpi = { version = "0.1.1", path = "dpi" }
dpi = { version = "0.1.2", path = "dpi" }
rwh_06 = { package = "raw-window-handle", version = "0.6", features = ["std"] }
serde = { workspace = true, optional = true }
smol_str = "0.3"

View file

@ -11,6 +11,8 @@ Unreleased` header.
## Unreleased
## 0.1.2
- Added `Insets`, `LogicalInsets` and `PhysicalInsets` types.
- Make `no_std` compatible. If you use this functionality, DPI's license has changed.

View file

@ -8,7 +8,7 @@ license = "Apache-2.0 AND MIT"
name = "dpi"
repository.workspace = true
rust-version.workspace = true
version = "0.1.1"
version = "0.1.2"
[features]
default = ["std"]