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] committed Sep 9, 2024
1 parent 86def17 commit 4598f6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 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 4598f6e

Please sign in to comment.