Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Sep 11, 2020
1 parent 1be5306 commit b5daa1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wgpu-native"
version = "0.5.0"
version = "0.6.0"
authors = [
"Dzmitry Malyshau <[email protected]>",
"Joshua Groves <[email protected]>",
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ The C API header is generated at `ffi/wgpu.h` by [cbindgen](https://github.com/e
- [cshenton/WebGPU.jl](https://github.com/cshenton/WebGPU.jl) - experimental Julia wrapper
- [kgpu/wgpuj](https://github.com/kgpu/kgpu/tree/master/wgpuj) - Java/Kotlin wrapper

Note: the version numbers of `wgpu-native` are not aligned with versions of `wgpu` or other crates!

## Pre-built binaries

- Automated 32 and 64-bit builds for MacOS, Windows and Linux are available as Github [releases](https://github.com/gfx-rs/wgpu-native/releases).
Expand Down

0 comments on commit b5daa1f

Please sign in to comment.