We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e8723 commit 18c9447Copy full SHA for 18c9447
CHANGELOG.md
@@ -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
11
# 0.3.1
12
13
* On X11, fix the length of the returned buffer when using the wire-transferred buffer.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "softbuffer"
-version = "0.3.1"
+version = "0.3.2"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Cross-platform software buffer"
0 commit comments