Implement borrow stack for node graph

This commit is contained in:
Dennis
2022-04-22 19:58:13 +02:00
committed by Keavon Chambers
parent 09deee0c4d
commit 49c171b419
10 changed files with 163 additions and 19 deletions
+1 -1
View File
@@ -12,4 +12,4 @@ authors = ["Dennis Kobert <dennis@kobert.dev>"]
#default = ["std"]
[dependencies]
#dyn-any = {path = "../dyn-any", features = ["derive"], optional = true}
dyn-any = {path = "../dyn-any", features = ["derive"]}