Skip to content

Commit ad3bd6d

Browse files
committed
v0.4.6
Signed-off-by: John Nunley <[email protected]>
1 parent 91db82d commit ad3bd6d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Unreleased
22

3+
# 0.4.6
4+
35
- Added support for iOS, tvOS, watchOS and visionOS (UIKit).
4-
- 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.
510

611
# 0.4.5
712

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "softbuffer"
3-
version = "0.4.5"
3+
version = "0.4.6"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Cross-platform software buffer"

0 commit comments

Comments
 (0)