Skip to content

Commit

Permalink
fix(deps): update rust crate raw-window-handle to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent 95da3ec commit 7e8728a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/runtime/wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ wgpu = { version = "0.20", features = ["trace"] }
anyhow = "1"
winit = { version = "0.29", features = ["rwh_05"] }
bytemuck = { version = "1.15", features = ["derive"] }
raw-window-handle = "0.5"
raw-window-handle = "0.6"
tracing = "0.1"
uuid = { version = "1.8", features = ["v4"] }
image = "0.25"
Expand Down

0 comments on commit 7e8728a

Please sign in to comment.