Skip to content

Commit 9f505e7

Browse files
committed
Versions
1 parent 75fd689 commit 9f505e7

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ keywords = ["graphics"]
4545
license = "MIT OR Apache-2.0"
4646
homepage = "https://wgpu.rs/"
4747
repository = "https://github.com/gfx-rs/wgpu"
48-
version = "0.19.2"
48+
version = "0.19.3"
4949
authors = ["gfx-rs developers"]
5050

5151
[workspace.dependencies.wgc]

wgpu-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wgpu-core"
3-
version = "0.19.2"
3+
version = "0.19.3"
44
authors = ["gfx-rs developers"]
55
edition = "2021"
66
description = "WebGPU core logic on wgpu-hal"

wgpu-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wgpu-hal"
3-
version = "0.19.2"
3+
version = "0.19.3"
44
authors = ["gfx-rs developers"]
55
edition = "2021"
66
description = "WebGPU hardware abstraction layer"

0 commit comments

Comments
 (0)