Skip to content

Commit cd111fa

Browse files
committed
v0.4.5
Signed-off-by: John Nunley <[email protected]>
1 parent 330804d commit cd111fa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Unreleased
22

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+
39
# 0.4.4
410

511
- Make `Context` `Send`+`Sync` and `Surface` `Send`. (#217)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "softbuffer"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Cross-platform software buffer"

0 commit comments

Comments
 (0)