From a61688055dfcc662c6c3b1dc0b9b87df9ac181ac Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin <35292584+Myriad-Dreamin@users.noreply.github.com> Date: Thu, 6 Jul 2023 01:20:09 +0800 Subject: [PATCH] build(exporter::canvas): fix feature deps (#224) --- exporter/canvas/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/exporter/canvas/Cargo.toml b/exporter/canvas/Cargo.toml index 30476b3df..49cc0e230 100644 --- a/exporter/canvas/Cargo.toml +++ b/exporter/canvas/Cargo.toml @@ -30,12 +30,16 @@ web-sys = { workspace = true, features = [ "Blob", "ImageData", "HtmlImageElement", + "HtmlCanvasElement", "HtmlElement", "Url", "BlobPropertyBag", "DomParser", "SupportedType", "HtmlCollection", + "Performance", + "Window", + "Document", ] } typst-ts-core.workspace = true