Skip to content

Commit

Permalink
v0.4.6
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Sep 7, 2024
1 parent 91db82d commit ad3bd6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Unreleased

# 0.4.6

- 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.
- Redo the way surfaces work on macOS to work directly with layers, which will
allow initializing directly from a `CALayer` in the future.
- Update to `windows-sys` 0.59.0 and `core-graphics` v0.24.0.
- Add an MSRV policy.

# 0.4.5

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit ad3bd6d

Please sign in to comment.