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
parent 59420cb5dd
commit 5c7dabf70e
3 changed files with 0 additions and 8 deletions

View File

@@ -48,9 +48,6 @@ dyn-clone = "1.0"
log = "0.4"
bezier-rs = { path = "../../libraries/bezier-rs", features = ["serde"] }
kurbo = { git = "https://github.com/linebender/kurbo.git", features = [
"serde",
] }
glam = { version = "0.24", features = ["serde"] }
node-macro = { path = "../node-macro" }
xxhash-rust = { workspace = true }