We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782584c commit 5c7daf1Copy full SHA for 5c7daf1
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.3.4
2
+* Fix buffer age on Wayland. (#191)
3
+* Update `drm` to 0.11. (#178)
4
+ * Fixes build on architectures where drm-rs did not have generated bindings.
5
+
6
# 0.3.3
7
* Fix bad file descriptor crash on X11. (#168)
8
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "softbuffer"
-version = "0.3.3"
+version = "0.3.4"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Cross-platform software buffer"
0 commit comments