File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ Per Keep a Changelog there are 6 main categories of changes:
35
35
36
36
## Unreleased
37
37
38
+ - Bump wgpu version to 0.17. @cwfitzgerald
39
+
38
40
## v0.23.0
39
41
40
42
- Bump imgui version to 0.11.0. @benmkw
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ bytemuck = "1"
46
46
imgui = " 0.11"
47
47
log = " 0.4"
48
48
smallvec = " 1"
49
- wgpu = " 0.16 "
49
+ wgpu = " 0.17 "
50
50
51
51
[dev-dependencies ]
52
52
bytemuck = { version = " 1.13" , features = [" derive" ] }
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ cargo run --release --example hello-world
22
22
23
23
# Status
24
24
25
- Supports ` wgpu ` ` 0.16 ` and imgui ` 0.11 ` . ` winit-0.27 ` is used with the examples.
25
+ Supports ` wgpu ` ` 0.17 ` and imgui ` 0.11 ` . ` winit-0.27 ` is used with the examples.
26
26
27
27
Contributions are very welcome.
You can’t perform that action at this time.
0 commit comments