v0.4.0
Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
parent
ab7688e2ed
commit
800f640270
2 changed files with 8 additions and 3 deletions
|
|
@ -1,6 +1,11 @@
|
|||
# Unreleased
|
||||
# 0.4.0
|
||||
|
||||
* **Breaking:** Port to use `raw-window-handle` v0.6.
|
||||
- **Breaking:** Port to use `raw-window-handle` v0.6.(#132)
|
||||
- Enable creating X11 displays without an existing connection. (#171)
|
||||
|
||||
# 0.3.3
|
||||
|
||||
- Fix a bug in the new shared memory model in X11. (#170)
|
||||
|
||||
# 0.3.2
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "softbuffer"
|
||||
version = "0.3.2"
|
||||
version = "0.4.0"
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "Cross-platform software buffer"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue