Skip to content

Commit

Permalink
Update to wgpu 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Aug 2, 2023
1 parent 6dbd473 commit 7947f44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Per Keep a Changelog there are 6 main categories of changes:

## Unreleased

- Bump wgpu version to 0.17. @cwfitzgerald

## v0.23.0

- Bump imgui version to 0.11.0. @benmkw
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ bytemuck = "1"
imgui = "0.11"
log = "0.4"
smallvec = "1"
wgpu = "0.16"
wgpu = "0.17"

[dev-dependencies]
bytemuck = { version = "1.13", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ cargo run --release --example hello-world

# Status

Supports `wgpu` `0.16` and imgui `0.11`. `winit-0.27` is used with the examples.
Supports `wgpu` `0.17` and imgui `0.11`. `winit-0.27` is used with the examples.

Contributions are very welcome.

0 comments on commit 7947f44

Please sign in to comment.