We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0196c commit 7d6729aCopy full SHA for 7d6729a
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "wgpu-async"
3
-version = "24.0.0"
+version = "24.0.3"
4
edition = "2021"
5
license = "MIT"
6
description = "Converts some WGPU callback methods to async methods."
@@ -12,7 +12,7 @@ categories = ["asynchronous", "rendering"]
12
include = ["/Cargo.toml", "/LICENSE", "/README.md", "/src/**"]
13
14
[dependencies]
15
-wgpu = "24.0.0"
+wgpu = "24.0"
16
17
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
18
pollster = "0.3"
0 commit comments