Skip to content

Commit

Permalink
Update wgpu-profiler requirement from 0.12.0 to 0.15.0
Browse files Browse the repository at this point in the history
Updates the requirements on [wgpu-profiler](https://github.com/Wumpf/wgpu-profiler) to permit the latest version.
- [Commits](https://github.com/Wumpf/wgpu-profiler/commits)

---
updated-dependencies:
- dependency-name: wgpu-profiler
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 26, 2023
1 parent ed38b90 commit 6873c11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/scene-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ rend3-routine = { version = "^0.3.0", path = "../../rend3-routine" }
rustc-hash = "1"
smallvec = "1"
tracy-client = { version = "0.15", optional = true }
wgpu-profiler = "0.12.0"
wgpu-profiler = "0.15.0"
winit = "0.28"

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rend3-routine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rend3 = { version = "^0.3.0", path = "../rend3" }
rust-embed = { version = "6", features = ["interpolate-folder-path"] }
serde = { version = "1", features = ["derive"] }
wgpu = "0.16.1"
wgpu-profiler = "0.12.0"
wgpu-profiler = "0.15.0"

[dev-dependencies]
codespan-reporting = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion rend3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ smallvec = "1"
smartstring = "1.0"
thiserror = "1"
wgpu = "0.16.1"
wgpu-profiler = "0.12.0"
wgpu-profiler = "0.15.0"

[dev-dependencies]
pollster = "0.3"
Expand Down

0 comments on commit 6873c11

Please sign in to comment.