mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-18 18:38:05 +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
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -359,6 +359,7 @@ dependencies = [
|
||||
"graphene-core",
|
||||
"graphene-std",
|
||||
"num-traits",
|
||||
"rand_chacha",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -395,7 +396,6 @@ dependencies = [
|
||||
"once_cell",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"rand_chacha",
|
||||
"syn",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user