Skip to content

Commit

Permalink
deps(dev): Update to wgpu 22 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Sep 13, 2024
1 parent d51ee37 commit b5737d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static-rc = { version = "0.6", features = ["alloc"], default-features = false, o
criterion = { version = "0.4", features = ["cargo_bench_support", "html_reports"], default-features = false }
rand = { version = "0.8", features = ["std_rng"], default-features = false }
mimalloc = { version = "0.1", default-features = false }
wgpu = { version = "0.20", features = ["wgsl"] }
wgpu = { version = "22.0.0", features = ["wgsl"] }
futures = { version = "0.3", features = ["executor"], default-features = false }
pprof = { version = "0.11", features = ["criterion", "flamegraph"], default-features = false }
trybuild = { version = "1", default-features = false }
1 change: 1 addition & 0 deletions tests/wgpu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ fn in_out<IN: encase::ShaderType, OUT: encase::ShaderType>(
module: &shader,
entry_point: "main",
compilation_options: wgpu::PipelineCompilationOptions::default(),
cache: None,
});

let bind_group = device.create_bind_group(&wgpu::BindGroupDescriptor {
Expand Down

0 comments on commit b5737d2

Please sign in to comment.