diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-01-22 12:08:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-22 12:08:01 +0100 |
| commit | 8f767627938ef10802864419061e58a8a75db567 (patch) | |
| tree | 81f61ba0f8c14fb820a72500840eb0c619d54362 /Cargo.toml | |
| parent | b4990d1aa233db662cf22d7f872d45b3a947e0f6 (diff) | |
feat(web): ImageBitmap (#21898)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index c6bb7c52a..dc626f090 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ members = [ "test_util", "ext/broadcast_channel", "ext/cache", + "ext/canvas", "ext/console", "ext/cron", "ext/crypto", @@ -58,6 +59,7 @@ denokv_remote = "0.5.0" # exts deno_broadcast_channel = { version = "0.126.0", path = "./ext/broadcast_channel" } deno_cache = { version = "0.64.0", path = "./ext/cache" } +deno_canvas = { version = "0.1.0", path = "./ext/canvas" } deno_console = { version = "0.132.0", path = "./ext/console" } deno_cron = { version = "0.12.0", path = "./ext/cron" } deno_crypto = { version = "0.146.0", path = "./ext/crypto" } |
