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 af8c5a7 commit d80ef86Copy full SHA for d80ef86
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Unreleased
2
3
+# 0.4.4
4
+
5
+- Make `Context` `Send`+`Sync` and `Surface` `Send`. (#217)
6
7
# 0.4.3
8
9
- Use objc2 as the backend for the CoreGraphics implementation. (#210)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "softbuffer"
-version = "0.4.3"
+version = "0.4.4"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Cross-platform software buffer"
0 commit comments