Skip to content

Commit

Permalink
bump wgpu, wgpu-core, wgpu-hal to 23.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Nov 24, 2024
1 parent 7523736 commit 001c507
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 19 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ Bottom level categories:

## Unreleased

## 23.1.0 (2024-11-??)
## 23.0.1 (2024-11-24)

### Bug fixes
This release includes `wgpu`, `wgpu-core` and `wgpu-hal`. All other crates remain at 23.0.1.

### Bug fixes

#### General

Expand Down
20 changes: 10 additions & 10 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ keywords = ["graphics"]
license = "MIT OR Apache-2.0"
homepage = "https://wgpu.rs/"
repository = "https://github.com/gfx-rs/wgpu"
version = "23.0.0"
version = "23.0.1"
authors = ["gfx-rs developers"]

[workspace.dependencies.wgc]
package = "wgpu-core"
path = "./wgpu-core"
version = "23.0.0"
version = "23.0.1"

[workspace.dependencies.wgt]
package = "wgpu-types"
Expand All @@ -63,7 +63,7 @@ version = "23.0.0"
[workspace.dependencies.hal]
package = "wgpu-hal"
path = "./wgpu-hal"
version = "23.0.0"
version = "23.0.1"

[workspace.dependencies.naga]
path = "./naga"
Expand Down Expand Up @@ -126,8 +126,8 @@ static_assertions = "1.1.0"
strum = { version = "0.25.0", features = ["derive"] }
tracy-client = "0.17"
thiserror = "1.0.65"
wgpu = { version = "23.0.0", path = "./wgpu", default-features = false }
wgpu-core = { version = "23.0.0", path = "./wgpu-core" }
wgpu = { version = "23.0.1", path = "./wgpu", default-features = false }
wgpu-core = { version = "23.0.1", path = "./wgpu-core" }
wgpu-macros = { version = "23.0.0", path = "./wgpu-macros" }
wgpu-test = { version = "23.0.0", path = "./tests" }
wgpu-types = { version = "23.0.0", path = "./wgpu-types" }
Expand Down
2 changes: 1 addition & 1 deletion wgpu-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wgpu-core"
version = "23.0.0"
version = "23.0.1"
authors = ["gfx-rs developers"]
edition = "2021"
description = "WebGPU core logic on wgpu-hal"
Expand Down
2 changes: 1 addition & 1 deletion wgpu-hal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wgpu-hal"
version = "23.0.0"
version = "23.0.1"
authors = ["gfx-rs developers"]
edition = "2021"
description = "WebGPU hardware abstraction layer"
Expand Down

0 comments on commit 001c507

Please sign in to comment.