diff options
| author | Leo K <crowlkats@toaxl.com> | 2021-08-24 13:29:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-24 13:29:42 +0200 |
| commit | f4a9db350fbf00a6cb13a2c030b925cfd5218ed2 (patch) | |
| tree | 3ab5cc4f4db7e4855df04fc792ee1e66e05a5d13 /ext/webgpu/Cargo.toml | |
| parent | 50f69a6996ae4dcdfe53f15fc49949d3756c9787 (diff) | |
chore(ext/webgpu): update wgpu to 0.10.0 (#11781)
Co-authored-by: Luca Casonato <hello@lcas.dev>
Diffstat (limited to 'ext/webgpu/Cargo.toml')
| -rw-r--r-- | ext/webgpu/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/webgpu/Cargo.toml b/ext/webgpu/Cargo.toml index 644b947e6..1108d9ae6 100644 --- a/ext/webgpu/Cargo.toml +++ b/ext/webgpu/Cargo.toml @@ -17,5 +17,5 @@ path = "lib.rs" deno_core = { version = "0.98.0", path = "../../core" } serde = { version = "1.0.126", features = ["derive"] } tokio = { version = "1.8.1", features = ["full"] } -wgpu-core = { version = "0.9.0", features = ["trace"] } -wgpu-types = "0.9.0" +wgpu-core = { version = "0.10.0", features = ["trace"] } +wgpu-types = "0.10.0" |
