Skip to content

Commit

Permalink
fix(deps): update rust crate winit to 0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 17, 2024
1 parent c7676be commit c283dad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/runtime/debug-ui/egui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anyhow = "1"
egui = "0.27"
egui-winit = "0.27"
egui-wgpu = { version = "0.27", features = ["winit"] }
winit = "0.29"
winit = "0.30"
image = "0.24"
tracing = "0.1"
tracing-subscriber = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/runtime/wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
wgpu = { version = "0.19", features = ["trace"] }
anyhow = "1"
winit = { version = "0.29", features = ["rwh_05"] }
winit = { version = "0.30", features = ["rwh_05"] }
bytemuck = { version = "1.15", features = ["derive"] }
raw-window-handle = "0.5"
tracing = "0.1"
Expand Down

0 comments on commit c283dad

Please sign in to comment.