We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b1bb98 + 356eeee commit 03c6f8dCopy full SHA for 03c6f8d
CHANGELOG.md
@@ -1,7 +1,11 @@
1
# Unreleased
2
3
-- On MacOS, Fix double-free of `NSWindow`.
4
-- On Web, add support for more `RawWindowHandle` variants.
+- On MacOS, Fix double-free of `NSWindow`. (#180)
+- On Web, add support for more `RawWindowHandle` variants. (#188)
5
+- On Wayland, fix buffer age. (#191)
6
+- Update `drm` to 0.11 (#178)
7
+ * Fixes build on architectures where drm-rs did not have generated bindings.
8
+- Update x11rb to v0.13 (#183)
9
10
# 0.4.0
11
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "softbuffer"
-version = "0.4.0"
+version = "0.4.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Cross-platform software buffer"
0 commit comments