v0.4.1
This commit is contained in:
parent
2b1bb980d2
commit
356eeeebf5
2 changed files with 7 additions and 3 deletions
|
|
@ -1,7 +1,11 @@
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
- On MacOS, Fix double-free of `NSWindow`.
|
- On MacOS, Fix double-free of `NSWindow`. (#180)
|
||||||
- On Web, add support for more `RawWindowHandle` variants.
|
- On Web, add support for more `RawWindowHandle` variants. (#188)
|
||||||
|
- On Wayland, fix buffer age. (#191)
|
||||||
|
- Update `drm` to 0.11 (#178)
|
||||||
|
* Fixes build on architectures where drm-rs did not have generated bindings.
|
||||||
|
- Update x11rb to v0.13 (#183)
|
||||||
|
|
||||||
# 0.4.0
|
# 0.4.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "softbuffer"
|
name = "softbuffer"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
description = "Cross-platform software buffer"
|
description = "Cross-platform software buffer"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue