File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.6.1 (2024-04-20)
4+
5+ - Add safe constructors for window handles. This may be useful for implementing
6+ windowing systems with zero unsafe code. (#159 )
7+ - Improve documentation for Apple window handles. (#160 )
8+ - Add a clarification as to what circumstances Windows handles are considered
9+ "valid" under. (#163 )
10+
311## 0.6.0 (2023-09-30)
412
513* ** Breaking:** Raw pointer handles now use ` NonNull ` where appropriate, to avoid null pointer dereferences.
Original file line number Diff line number Diff line change 11[package ]
22name = " raw-window-handle"
3- version = " 0.6.0 "
3+ version = " 0.6.1 "
44authors = [" Osspial <osspial@gmail.com>" ]
55edition = " 2021"
66description = " Interoperability library for Rust Windowing applications."
You can’t perform that action at this time.
0 commit comments