We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a2c89 commit 88740e2Copy full SHA for 88740e2
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Unreleased
2
3
-- Bump MSRV to 1.70.0.
+# 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.
8
9
# 0.4.2
10
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "softbuffer"
-version = "0.4.2"
+version = "0.4.3"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Cross-platform software buffer"
0 commit comments