mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-17 07:18:04 +08:00
Node graph dynamic execution (#824)
Restructure document node implementation * Implement topological sort * Enforce the usage of type annotations * Add complete test case
This commit is contained in:
committed by
Keavon Chambers
parent
d142a9092c
commit
4ec600957c
@@ -25,5 +25,4 @@ syn = {version = "1.0", default-features = false, features = ["parsing", "printi
|
||||
proc-macro2 = {version = "1.0", default-features = false, features = ["proc-macro"]}
|
||||
quote = {version = "1.0", default-features = false }
|
||||
image = "*"
|
||||
rand_chacha = "0.3.1"
|
||||
dyn-clone = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user