File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
- # UNRELEASED
1
+ # 0.2.0
2
2
3
3
* Add support for Redox/Orbital.
4
4
* Add support for BSD distributions.
5
5
* Ported Windows backend from ` winapi ` to ` windows-sys ` .
6
6
* ** Breaking:** Take a reference to a window instead of owning the window.
7
7
* Add a ` from_raw ` function for directly using raw handles.
8
+ * Improvements for Wayland support.
9
+ * Support for HiDPI on macOS.
8
10
* ** Breaking:** Add feature flags for ` x11 ` and ` wayland ` backends.
9
11
* Use static dispatch instead of dynamic dispatch for the backends.
10
12
* Add ` libxcb ` support to the X11 backend.
13
+ * Use X11 MIT-SHM extension, if available.
11
14
12
15
# 0.1.1
13
16
16
19
17
20
# 0.1.0
18
21
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 .
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " softbuffer"
3
- version = " 0.1.1 "
3
+ version = " 0.2.0 "
4
4
edition = " 2021"
5
5
license = " MIT OR Apache-2.0"
6
6
description = " Cross-platform software buffer"
You can’t perform that action at this time.
0 commit comments