Skip to content

Commit 18c9447

Browse files
authored
v0.3.2
Signed-off-by: John Nunley <[email protected]>
1 parent c0e8723 commit 18c9447

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
# 0.3.1
212

313
* On X11, fix the length of the returned buffer when using the wire-transferred buffer.

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.3.1"
3+
version = "0.3.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Cross-platform software buffer"

0 commit comments

Comments
 (0)