Skip to content

Commit 3b33bbb

Browse files
authored
Merge pull request #63 from rust-windowing/0.2.0
0.2.0
2 parents c0142e9 + 02da341 commit 3b33bbb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
# UNRELEASED
1+
# 0.2.0
22

33
* Add support for Redox/Orbital.
44
* Add support for BSD distributions.
55
* Ported Windows backend from `winapi` to `windows-sys`.
66
* **Breaking:** Take a reference to a window instead of owning the window.
77
* Add a `from_raw` function for directly using raw handles.
8+
* Improvements for Wayland support.
9+
* Support for HiDPI on macOS.
810
* **Breaking:** Add feature flags for `x11` and `wayland` backends.
911
* Use static dispatch instead of dynamic dispatch for the backends.
1012
* Add `libxcb` support to the X11 backend.
13+
* Use X11 MIT-SHM extension, if available.
1114

1215
# 0.1.1
1316

@@ -16,4 +19,4 @@
1619

1720
# 0.1.0
1821

19-
Initial published version with support for Linux (X11 and Wayland), Mac OS (but buggy), and WIndows.
22+
Initial published version with support for Linux (X11 and Wayland), Mac OS (but buggy), and Windows.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "softbuffer"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Cross-platform software buffer"

0 commit comments

Comments
 (0)