Skip to content

Commit

Permalink
Pin WGPU to 22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
callym committed Aug 3, 2024
1 parent 17a076f commit 822703a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ once_cell = "1.17.0"
indexmap = "2"

[dev-dependencies]
wgpu = { version = "22", features = ["naga-ir"] }
wgpu = { version = "22.1", features = ["naga-ir"] }
futures-lite = "1"
tracing-subscriber = { version = "0.3", features = ["std", "fmt"] }

0 comments on commit 822703a

Please sign in to comment.