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 Oct 14, 2023
1 parent 2382a06 commit e2af52e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 deletions 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.17", features = ["trace"] }
anyhow = "1"
winit = "0.28"
bytemuck = { version = "1.14", features = ["derive"] }
raw-window-handle = "0.5"
raw-window-handle = "0.6"
log = "0.4"
tracing = "0.1"
uuid = { version = "1.4", features = ["v4"] }
Expand Down

0 comments on commit e2af52e

Please sign in to comment.