mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-03 13:02:20 +00:00
Remove the whole document-legacy crate (#1524)
Remove the whole document-legacy crate Closes #1520
This commit is contained in:
parent
dcd38f2e4c
commit
92203f3576
62 changed files with 1288 additions and 1215 deletions
|
@ -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",
|
||||
]
|
||||
] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue