We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dccda0 commit 52d7048Copy full SHA for 52d7048
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.3.3
2
+* Fix bad file descriptor crash on X11. (#168)
3
+
4
# 0.3.2
5
6
* Document that `present_with_damage` is supported on web platforms. (#152)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "softbuffer"
-version = "0.3.2"
+version = "0.3.3"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Cross-platform software buffer"
0 commit comments