Skip to content

Commit

Permalink
fix(deps): update rust crate wgpu_upstream to 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2024
1 parent 6df1426 commit cc34f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion splatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ serde_json = "1"
toml = "0.8"
walkdir = "2"
web-sys = { version = "0.3.64", optional = true }
wgpu_upstream = { version = "0.17.1", package = "wgpu" }
wgpu_upstream = { version = "0.19.2", package = "wgpu" }
winit = { version = "0.29", features = ["rwh_05"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion splatter_wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ futures = "0.3"
image = { version = "0.23", optional = true }
instant = { version = "0.1.12", optional = true }
num_cpus = { version = "1", optional = true }
wgpu_upstream = { version = "0.17.1", package = "wgpu" }
wgpu_upstream = { version = "0.19.2", package = "wgpu" }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tokio = { version = "1", features = ["full"]}
Expand Down

0 comments on commit cc34f01

Please sign in to comment.