mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Node code cleanup for vector data, and add node creation guide (#895)
* Cleanup Vector Nodes * Add the creating nodes guide * Rename guide as readme so GitHub shows it by default Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
committed by
Keavon Chambers
parent
49b1770c34
commit
951c49a979
@@ -32,3 +32,5 @@ kurbo = { git = "https://github.com/linebender/kurbo.git", features = [
|
||||
"serde",
|
||||
], optional = true }
|
||||
glam = { version = "^0.22", default-features = false, features = ["scalar-math", "libm"]}
|
||||
node-macro = {path = "../node-macro"}
|
||||
# forma = { version = "0.1.0", package = "forma-render" }
|
||||
|
||||
Reference in New Issue
Block a user