We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0129222 commit 3496e11Copy full SHA for 3496e11
CHANGELOG.md
@@ -35,7 +35,6 @@ Per Keep a Changelog there are 6 main categories of changes:
35
## Unreleased
36
37
- Moved from Rust Edition 2018 -> 2021 @Snowiiii
38
-- Update wgpu 0.14 -> 0.14.2 @Snowiiii
39
40
## v0.21.0
41
Cargo.toml
@@ -46,7 +46,7 @@ bytemuck = "1"
46
imgui = "0.9"
47
log = "0.4"
48
smallvec = "1"
49
-wgpu = "0.14.2"
+wgpu = "0.14"
50
51
[dev-dependencies]
52
bytemuck = { version = "1.4", features = ["derive"] }
0 commit comments