Update dependencies and reuse the same usvg version

This commit is contained in:
Keavon Chambers
2024-01-17 20:13:35 -08:00
parent b4dccb8655
commit 3f76526d6d
4 changed files with 448 additions and 427 deletions

View File

@@ -46,6 +46,7 @@ dyn-any = { workspace = true }
graphene-core = { path = "../node-graph/gcore" }
graphene-std = { path = "../node-graph/gstd", features = ["serde"] }
num_enum = "0.6.1"
usvg = { workspace = true }
wasm-bindgen = { workspace = true, optional = true }
wasm-bindgen-futures = { workspace = true, optional = true }
# Remove when `core::cell::LazyCell` is stabilized (<https://doc.rust-lang.org/core/cell/struct.LazyCell.html>)
@@ -57,7 +58,6 @@ web-sys = { workspace = true, features = [
"CanvasRenderingContext2d",
"TextMetrics",
] }
usvg = "0.37"
[dev-dependencies]