Skip to content

Commit 88740e2

Browse files
committed
v0.4.3
Signed-off-by: John Nunley <[email protected]>
1 parent 79a2c89 commit 88740e2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

3-
- Bump MSRV to 1.70.0.
3+
# 0.4.3
4+
5+
- Use objc2 as the backend for the CoreGraphics implementation. (#210)
6+
- Update drm-rs to version v0.12.0. (#209)
7+
- Bump MSRV to 1.70.0 to be in line with Winit.
48

59
# 0.4.2
610

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.2"
3+
version = "0.4.3"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Cross-platform software buffer"

0 commit comments

Comments
 (0)