Some initial testing on dynamic nodes and composition

* Test use of borrow stack
This commit is contained in:
0hypercube
2022-09-28 18:47:34 +01:00
committed by Keavon Chambers
parent 2ced9a57c4
commit cef58b16c2
8 changed files with 220 additions and 9 deletions
Generated
+11
View File
@@ -340,6 +340,17 @@ dependencies = [
"serde",
]
[[package]]
name = "graph-craft"
version = "0.1.0"
dependencies = [
"borrow_stack",
"dyn-any",
"graphene-core",
"graphene-std",
"num-traits",
]
[[package]]
name = "graph-proc-macros"
version = "0.1.0"