mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 23:08: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
@@ -189,7 +189,7 @@ where
|
||||
}
|
||||
}*/
|
||||
|
||||
use graphene_core::{ops::Dynamic, AsRefNode};
|
||||
use graphene_core::{ops::dynamic::Dynamic, AsRefNode};
|
||||
pub struct BoxedComposition<'a, Second> {
|
||||
pub first: Box<dyn Node<(), Output = Dynamic<'a>>>,
|
||||
pub second: Second,
|
||||
|
||||
Reference in New Issue
Block a user