diff options
| author | Luca Casonato <lucacasonato@yahoo.com> | 2021-05-06 16:48:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-06 16:48:45 +0200 |
| commit | f208e6a26f3c21c25dbfcfe29491a6f5660c999d (patch) | |
| tree | 65dbbd45b2f36faab8ae585eb0d270356bcba33e /extensions/webgpu/Cargo.toml | |
| parent | ce76f8c3a97529c86d49c39c6d9a250f978b5430 (diff) | |
chore: update wgpu and realign to spec (#9760)
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 148ddea6a..8a18b8d1a 100644 --- a/extensions/webgpu/Cargo.toml +++ b/extensions/webgpu/Cargo.toml @@ -17,5 +17,5 @@ path = "lib.rs" deno_core = { version = "0.86.0", path = "../../core" } tokio = { version = "1.4.0", features = ["full"] } serde = { version = "1.0.125", features = ["derive"] } -wgpu-core = { version = "0.7.0", features = ["trace"] } -wgpu-types = "0.7.0" +wgpu-core = { version = "0.8.0", features = ["trace"] } +wgpu-types = "0.8.0" |
