We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91db82d commit ad3bd6dCopy full SHA for ad3bd6d
CHANGELOG.md
@@ -1,7 +1,12 @@
1
# Unreleased
2
3
+# 0.4.6
4
+
5
- Added support for iOS, tvOS, watchOS and visionOS (UIKit).
-- Redo the way surfaces work on macOS to work directly with layers, which will allow initializing directly from a `CALayer` in the future.
6
+- Redo the way surfaces work on macOS to work directly with layers, which will
7
+ allow initializing directly from a `CALayer` in the future.
8
+- Update to `windows-sys` 0.59.0 and `core-graphics` v0.24.0.
9
+- Add an MSRV policy.
10
11
# 0.4.5
12
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "softbuffer"
-version = "0.4.5"
+version = "0.4.6"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Cross-platform software buffer"
0 commit comments