Skip to content

Commit

Permalink
Update dev dependency wgpu to 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored and teoxoy committed Jul 13, 2024
1 parent 9a2671e commit 136498f
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.19", features = ["wgsl"] }
wgpu = { version = "0.20", 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 @@ -236,6 +236,7 @@ fn in_out<IN: encase::ShaderType, OUT: encase::ShaderType>(
layout: Some(&pipeline_layout),
module: &shader,
entry_point: "main",
compilation_options: wgpu::PipelineCompilationOptions::default(),
});

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

0 comments on commit 136498f

Please sign in to comment.