v0.3.2
Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
parent
c0e8723081
commit
18c944736e
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,3 +1,13 @@
|
||||||
|
# 0.3.2
|
||||||
|
|
||||||
|
* Document that `present_with_damage` is supported on web platforms. (#152)
|
||||||
|
* Replace our usage of `nix` with `rustix`. This enables this crate to run without `libc`. (#164)
|
||||||
|
* Use POSIX shared memory instead of Sys-V shared memory for the X11 backend. (#165)
|
||||||
|
* Bump version for the following dependencies:
|
||||||
|
* `memmap2` (#156)
|
||||||
|
* `redox_syscall` (#161)
|
||||||
|
* `drm` (#163)
|
||||||
|
|
||||||
# 0.3.1
|
# 0.3.1
|
||||||
|
|
||||||
* On X11, fix the length of the returned buffer when using the wire-transferred buffer.
|
* On X11, fix the length of the returned buffer when using the wire-transferred buffer.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "softbuffer"
|
name = "softbuffer"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
description = "Cross-platform software buffer"
|
description = "Cross-platform software buffer"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue