File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ # 0.4.2
4
+
5
+ - Add the ability to get the underlying window handle. (#193 )
6
+ - Rework the backend to use a trait-based interface. (#196 )
7
+ - On Orbital, fix window resize. (#200 )
8
+ - Fix ` bytes() ` for KMS/DRM implementation. (#203 )
9
+
10
+ # 0.4.1
11
+
3
12
- On MacOS, Fix double-free of ` NSWindow ` . (#180 )
4
- - On Web, add support for more ` RawWindowHandle ` variants. (#188 )
5
- - On Wayland, fix buffer age. (#191 )
6
13
- Update ` drm ` to 0.11 (#178 )
7
14
* Fixes build on architectures where drm-rs did not have generated bindings.
8
15
- Update x11rb to v0.13 (#183 )
9
- - On Orbital, fix window resize.
16
+ - On Web, add support for more ` RawWindowHandle ` variants. (#188 )
17
+ - On Wayland, fix buffer age. (#191 )
10
18
11
19
# 0.4.0
12
20
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " softbuffer"
3
- version = " 0.4.1 "
3
+ version = " 0.4.2 "
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