diff options
Diffstat (limited to 'ext/canvas')
-rw-r--r-- | ext/canvas/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/canvas/Cargo.toml b/ext/canvas/Cargo.toml index e9e9d3f1b..aa5d5703d 100644 --- a/ext/canvas/Cargo.toml +++ b/ext/canvas/Cargo.toml @@ -18,4 +18,3 @@ deno_core.workspace = true deno_webgpu.workspace = true image = { version = "0.24.7", default-features = false, features = ["png"] } serde = { workspace = true, features = ["derive"] } -tokio = { workspace = true, features = ["full"] } |