We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4496bb commit 0ee134fCopy full SHA for 0ee134f
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 0.5.0 (2022-07-14)
4
5
* **Breaking:** The `RawWindowHandle` variants were split into `RawDisplayHandle` and `RawWindowHandle`.
6
* The X11 screen is now present in new `XlibDisplayHandle` and `XcbDisplayHandle`.
Cargo.toml
[package]
name = "raw-window-handle"
-version = "0.4.3"
+version = "0.5.0"
authors = ["Osspial <osspial@gmail.com>"]
edition = "2018"
description = "Interoperability library for Rust Windowing applications."
0 commit comments