Skip to content

Commit

Permalink
chore: Bump wgpu to 0.19.3, naga to 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and torokati44 committed Mar 1, 2024
1 parent bb79e8a commit 176d709
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
23 changes: 12 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ version = "0.1.0"
[workspace.dependencies]
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
naga = { version = "0.19.0", features = ["wgsl-out"] }
naga = { version = "0.19.2", features = ["wgsl-out"] }
naga_oil = "0.13.0"
wgpu = "0.19.1"
wgpu = "0.19.3"
egui = "0.26.2"
clap = { version = "4.5.1", features = ["derive"] }
anyhow = "1.0"
Expand Down

0 comments on commit 176d709

Please sign in to comment.