We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330804d commit cd111faCopy full SHA for cd111fa
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Unreleased
2
3
+# 0.4.5
4
+
5
+- Make the `wayland-sys` dependency optional. (#223)
6
+- Allow for transparent visuals on X11. This technically doesn't work, but
7
+ otherwise `winit` users might get crashes. (#226)
8
9
# 0.4.4
10
11
- Make `Context` `Send`+`Sync` and `Surface` `Send`. (#217)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "softbuffer"
-version = "0.4.4"
+version = "0.4.5"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Cross-platform software buffer"
0 commit comments