Skip to content

Commit

Permalink
Merge pull request #63 from rust-windowing/0.2.0
Browse files Browse the repository at this point in the history
0.2.0
  • Loading branch information
jackpot51 authored Jan 6, 2023
2 parents c0142e9 + 02da341 commit 3b33bbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# UNRELEASED
# 0.2.0

* 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.
* Improvements for Wayland support.
* Support for HiDPI on macOS.
* **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.
* Use X11 MIT-SHM extension, if available.

# 0.1.1

Expand All @@ -16,4 +19,4 @@

# 0.1.0

Initial published version with support for Linux (X11 and Wayland), Mac OS (but buggy), and WIndows.
Initial published version with support for Linux (X11 and Wayland), Mac OS (but buggy), and Windows.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "softbuffer"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Cross-platform software buffer"
Expand Down

0 comments on commit 3b33bbb

Please sign in to comment.