diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-05-13 14:23:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-13 14:23:39 -0700 |
commit | df879f9f746366ee6bd1dc757514e8e73deddc1d (patch) | |
tree | 3f937918a8816ed64678f1fa7adaae4270d8ddc6 /ext/canvas | |
parent | 329a8ae0c098619c8f976f2035e5599094cb43f4 (diff) |
chore: cleanup unused dependencies (#23787)
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"] } |