Skip to content

Commit

Permalink
Update Rust crate winit to 0.29.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2024
1 parent cf7a3b6 commit b7da524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lto = true
[dependencies]
bevy = "0.8.1"
image = "0.24.8"
winit = "0.26.1"
winit = "0.29.10"
crossbeam-channel = "0.5"
bevy-inspector-egui = "0.13.0"
# bevy_egui="0.16.0"
Expand Down
2 changes: 1 addition & 1 deletion launchers/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ workspace = "../.."
LastKingdom = { package = "LastKingdom", path = "../.." }
bevy = "0.8"
image = "0.24.8"
winit = "0.26.1"
winit = "0.29.10"

0 comments on commit b7da524

Please sign in to comment.