Skip to content

Commit

Permalink
desktop: Update winit to 0.29.12
Browse files Browse the repository at this point in the history
This fixes critical crashes on X11
  • Loading branch information
kjarosh authored and torokati44 committed Mar 1, 2024
1 parent 4e87d34 commit a0f2941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ruffle_video_software = { path = "../video/software", optional = true }
tracing = { workspace = true}
tracing-subscriber = { workspace = true }
generational-arena = "0.2.9"
winit = "0.29.11"
winit = "0.29.12"
webbrowser = "0.8.12"
url = "2.5.0"
arboard = { version = "3.3.1", features = ["wayland-data-control"] }
Expand Down

0 comments on commit a0f2941

Please sign in to comment.