-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# UNRELEASED | ||
|
||
* Add support for Redox/Orbital. | ||
* Add support for BSD distributions. | ||
* Ported Windows backend from `winapi` to `windows-sys`. | ||
* **Breaking:** Take a reference to a window instead of owning the window. | ||
* Add a `from_raw` function for directly using raw handles. | ||
* **Breaking:** Add feature flags for `x11` and `wayland` backends. | ||
* Use static dispatch instead of dynamic dispatch for the backends. | ||
* Add `libxcb` support to the X11 backend. | ||
|
||
# 0.1.1 | ||
|
||
* Added WASM support (Thanks to [Liamolucko](https://github.com/Liamolucko)!) | ||
* CALayer is now used for Mac OS backend, which is more flexible about what happens in the windowing library (Thanks to [lunixbochs](https://github.com/lunixbochs)!) | ||
|
||
# 0.1.0 | ||
|
||
Initial published version with support for Linux (X11 and Wayland), Mac OS (but buggy), and WIndows. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters