diff options
| author | Luca Casonato <hello@lcas.dev> | 2021-07-08 11:07:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-08 11:07:49 +0200 |
| commit | 215f6f2c9e0522c7c8d794f35713225884540cd7 (patch) | |
| tree | bc520f0abb813bb22c32dc9fa13e87cb0544bf7b /extensions/webgpu/Cargo.toml | |
| parent | ce587a15daa7238db3cf8d3dee9d41a71bc2fc6a (diff) | |
chore: update wgpu to 0.9.0 (#11315)
Diffstat (limited to 'extensions/webgpu/Cargo.toml')
| -rw-r--r-- | extensions/webgpu/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/webgpu/Cargo.toml b/extensions/webgpu/Cargo.toml index 15e23f725..3c9cae8b4 100644 --- a/extensions/webgpu/Cargo.toml +++ b/extensions/webgpu/Cargo.toml @@ -17,5 +17,5 @@ path = "lib.rs" deno_core = { version = "0.92.0", path = "../../core" } tokio = { version = "1.8.0", features = ["full"] } serde = { version = "1.0.125", features = ["derive"] } -wgpu-core = { version = "0.8.1", features = ["trace"] } -wgpu-types = "0.8.0" +wgpu-core = { version = "0.9.0", features = ["trace"] } +wgpu-types = "0.9.0" |
