Skip to content

Commit

Permalink
chore(deps): update rust dependencies related to winit and wgpu to 0.…
Browse files Browse the repository at this point in the history
…19.2
  • Loading branch information
renovate[bot] authored Mar 1, 2024
1 parent bb79e8a commit 6c33203
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.2"
egui = "0.26.2"
clap = { version = "4.5.1", features = ["derive"] }
anyhow = "1.0"
Expand Down

0 comments on commit 6c33203

Please sign in to comment.