Skip to content

Commit

Permalink
Unpin winit version
Browse files Browse the repository at this point in the history
The new version of winit fixes an important bug for macOS Sonoma,
and the bugvix for the workaround won't happen before winit 0.29.
The branch that port to winit 0.29 already removed the workaround

Fixes #3559

(cherry picked from commit 89c269e)
  • Loading branch information
ogoffart committed Sep 29, 2023
1 parent 8e1820b commit 9d1f5eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/backends/winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ lyon_path = "1.0"
once_cell = "1.5"
pin-weak = "1"
scoped-tls-hkt = "0.1"
# Pinned due to https://github.com/slint-ui/slint/issues/2424
winit = { version = "=0.28.6", default-features = false }
winit = { version = "0.28.7", default-features = false }
instant = "0.1"
raw-window-handle = { version = "0.5", features = ["alloc"] }
scopeguard = { version = "1.1.0", default-features = false }
Expand Down

0 comments on commit 9d1f5eb

Please sign in to comment.