Remove the whole document-legacy crate (#1524)

Remove the whole document-legacy crate

Closes #1520
This commit is contained in:
Keavon Chambers 2023-12-20 05:45:54 -08:00 committed by GitHub
parent dcd38f2e4c
commit 92203f3576
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
62 changed files with 1288 additions and 1215 deletions

View file

@ -74,16 +74,8 @@ image-compare = { version = "0.3.0", optional = true }
vello = { workspace = true, optional = true }
vello_svg = { workspace = true, optional = true }
resvg = { workspace = true, optional = true }
[dependencies.serde]
workspace = true
optional = true
features = ["derive"]
[dependencies.web-sys]
workspace = true
optional = true
features = [
serde = { workspace = true, optional = true, features = ["derive"] }
web-sys = { workspace = true, optional = true, features = [
"Window",
"CanvasRenderingContext2d",
"ImageData",
@ -93,4 +85,4 @@ features = [
"HtmlCanvasElement",
"HtmlImageElement",
"ImageBitmapRenderingContext",
]
] }