Remove unused Kurbo deps from editor and node-graph/gstd (#1335)

deps: Remove kurbo deps from editor, node-graph/gstd.

Co-authored-by: Bruce Mitchener <bruce.mitchener@configura.com>
This commit is contained in:
Bruce Mitchener
2023-07-29 07:21:36 +07:00
committed by Keavon Chambers
co-authored by Bruce Mitchener
parent 59420cb5dd
commit 5c7dabf70e
3 changed files with 0 additions and 8 deletions
-3
View File
@@ -28,9 +28,6 @@ serde_json = { version = "1.0" }
graphite-proc-macros = { path = "../proc-macros" }
bezier-rs = { path = "../libraries/bezier-rs" }
glam = { version = "0.24", features = ["serde"] }
kurbo = { git = "https://github.com/linebender/kurbo.git", features = [
"serde",
] }
remain = "0.2.2"
derivative = "2.2.0"
once_cell = "1.13.0" # Remove when `core::cell::OnceCell` is stabilized (<https://doc.rust-lang.org/core/cell/struct.OnceCell.html>)