File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.3.2
2
+
3
+ * Document that ` present_with_damage ` is supported on web platforms. (#152 )
4
+ * Replace our usage of ` nix ` with ` rustix ` . This enables this crate to run without ` libc ` . (#164 )
5
+ * Use POSIX shared memory instead of Sys-V shared memory for the X11 backend. (#165 )
6
+ * Bump version for the following dependencies:
7
+ * ` memmap2 ` (#156 )
8
+ * ` redox_syscall ` (#161 )
9
+ * ` drm ` (#163 )
10
+
1
11
# 0.3.1
2
12
3
13
* On X11, fix the length of the returned buffer when using the wire-transferred buffer.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " softbuffer"
3
- version = " 0.3.1 "
3
+ version = " 0.3.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