summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-09-28 05:00:54 +0400
committerKirill Chibisov <contact@kchibisov.com>2023-09-28 12:59:48 +0400
commit68da55e71587d02061a8252d96ac416d4251d434 (patch)
treeefaeae07ee57302ea9edcc2eaa4b11e33a93b5a9
parent9d9982df0ed3ab40a9b432e8e8b75d9c7f7bd882 (diff)
Update winit to 0.28.7 and sctk to 0.16.1
This resolves crashes on macOS Sonoma and Wayland compositors advertising newer `wl_compositor` versions.
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.lock8
2 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 214ce88b..cab043a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,13 @@ The sections should follow the order `Packaging`, `Added`, `Changed`, `Fixed` an
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
+## Unreleased
+
+### Fixed
+
+- Crash on macOS Sonoma due to change in macOS resize handling
+- Crash when Wayland compositor advertises `wl_compositor@v5` interface
+
## 0.12.2
### Fixed
diff --git a/Cargo.lock b/Cargo.lock
index 16459828..3461bbbb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1629,9 +1629,9 @@ checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
[[package]]
name = "smithay-client-toolkit"
-version = "0.16.0"
+version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454"
+checksum = "870427e30b8f2cbe64bf43ec4b86e88fe39b0a84b3f15efd9c9c2d020bc86eb9"
dependencies = [
"bitflags",
"calloop",
@@ -2168,9 +2168,9 @@ checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
[[package]]
name = "winit"
-version = "0.28.6"
+version = "0.28.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "866db3f712fffba75d31bf0cdecf357c8aeafd158c5b7ab51dba2a2b2d47f196"
+checksum = "9596d90b45384f5281384ab204224876e8e8bf7d58366d9b795ad99aa9894b94"
dependencies = [
"android-activity",
"bitflags",