File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ cfg_aliases = "0.2.1"
7878[dependencies ]
7979bitflags = " 2"
8080cursor-icon = " 1.1.0"
81- dpi = { version = " 0.1.1 " , path = " dpi" }
81+ dpi = { version = " 0.1.2 " , path = " dpi" }
8282rwh_06 = { package = " raw-window-handle" , version = " 0.6" , features = [" std" ] }
8383serde = { workspace = true , optional = true }
8484smol_str = " 0.3"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "Apache-2.0 AND MIT"
88name = " dpi"
99repository.workspace = true
1010rust-version.workspace = true
11- version = " 0.1.1 "
11+ version = " 0.1.2 "
1212
1313[features ]
1414default = [" std" ]
You can’t perform that action at this time.
0 commit comments