Skip to content

Commit 587ade8

Browse files
committed
DPI version 0.1.2
1 parent 6756549 commit 587ade8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ cfg_aliases = "0.2.1"
7878
[dependencies]
7979
bitflags = "2"
8080
cursor-icon = "1.1.0"
81-
dpi = { version = "0.1.1", path = "dpi" }
81+
dpi = { version = "0.1.2", path = "dpi" }
8282
rwh_06 = { package = "raw-window-handle", version = "0.6", features = ["std"] }
8383
serde = { workspace = true, optional = true }
8484
smol_str = "0.3"

dpi/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Unreleased` header.
1111

1212
## Unreleased
1313

14+
## 0.1.2
15+
1416
- Added `Insets`, `LogicalInsets` and `PhysicalInsets` types.
1517
- Make `no_std` compatible. If you use this functionality, DPI's license has changed.
1618

dpi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0 AND MIT"
88
name = "dpi"
99
repository.workspace = true
1010
rust-version.workspace = true
11-
version = "0.1.1"
11+
version = "0.1.2"
1212

1313
[features]
1414
default = ["std"]

0 commit comments

Comments
 (0)