We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0210232 commit 4589e12Copy full SHA for 4589e12
CHANGELOG.md
@@ -1,6 +1,11 @@
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. (#213)
7
+- Bump MSRV to 1.70.0 to be in line with Winit.
8
+- Update README. (#212)
9
10
# 0.4.2
11
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