Skip to content

Commit 472b102

Browse files
authored
Merge pull request Yatekii#101 from Yatekii/wgpu-0.17
2 parents 6dbd473 + 7947f44 commit 472b102

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Per Keep a Changelog there are 6 main categories of changes:
3535

3636
## Unreleased
3737

38+
- Bump wgpu version to 0.17. @cwfitzgerald
39+
3840
## v0.23.0
3941

4042
- Bump imgui version to 0.11.0. @benmkw

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ bytemuck = "1"
4646
imgui = "0.11"
4747
log = "0.4"
4848
smallvec = "1"
49-
wgpu = "0.16"
49+
wgpu = "0.17"
5050

5151
[dev-dependencies]
5252
bytemuck = { version = "1.13", features = ["derive"] }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ cargo run --release --example hello-world
2222

2323
# Status
2424

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.
2626

2727
Contributions are very welcome.

0 commit comments

Comments
 (0)