Skip to content

Commit

Permalink
Don't pin winit to 0.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rib committed Sep 30, 2024
1 parent d281d93 commit 91f91ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ wgpu = { version = "0.20.0", default-features = false, features = [
"fragile-send-sync-non-atomic-wasm",
] }

# Currently can't upgrade above 0.30.2 due to https://github.com/rust-windowing/winit/issues/3837
winit = { version = "=0.30.2", default-features = false }
winit = { version = "0.30", default-features = false }

[workspace.lints.rust]
unsafe_code = "deny"
Expand Down

0 comments on commit 91f91ab

Please sign in to comment.