diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-10-18 18:53:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-18 18:53:04 -0700 |
commit | 615e6b7cc2e89a2a5cc3ab614eecde5aa7de0596 (patch) | |
tree | 691f7e8f7e7ab98512aaf80a4aac8b0f8a3fc30b /Cargo.lock | |
parent | 6c4ef11f04cc35b61417bf08d5e7592d44197c75 (diff) |
refactor(ext/webgpu): use concrete error type (#26198)
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7a396addf..2032d55ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2197,6 +2197,7 @@ dependencies = [ "deno_core", "raw-window-handle", "serde", + "thiserror", "tokio", "wgpu-core", "wgpu-types", |