Skip to content

Commit

Permalink
fix(deps): update rust crate wgpu_upstream to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2023
1 parent 90fe084 commit 148c143
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 @@ -31,7 +31,7 @@ serde_json = "1"
toml = "0.5"
walkdir = "2"
web-sys = { version = "0.3.55", optional = true }
wgpu_upstream = { version = "0.11.1", package = "wgpu" }
wgpu_upstream = { version = "0.17.0", package = "wgpu" }
winit = "0.26"

[features]
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 @@ async-std = "1.12.0"
image = { version = "0.23", optional = true }
instant = { version = "0.1.12", optional = true }
num_cpus = { version = "1", optional = true }
wgpu_upstream = { version = "0.11.1", package = "wgpu" }
wgpu_upstream = { version = "0.17.0", package = "wgpu" }

[features]
capturer = ["image", "instant", "num_cpus"]
Expand Down

0 comments on commit 148c143

Please sign in to comment.