mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-26 08:18:12 +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:
Generated
+1
-1
@@ -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