Implement cons node

This commit is contained in:
Dennis
2022-08-23 14:00:17 -07:00
committed by Keavon Chambers
parent a6a41c4b97
commit abf04753e2
6 changed files with 97 additions and 213 deletions
+1 -1
View File
@@ -20,4 +20,4 @@ dyn-any = {path = "../../libraries/dyn-any", features = ["derive"], optional = t
spirv-std = { git = "https://github.com/EmbarkStudios/rust-gpu", features = ["glam"] , optional = true}
async-trait = {version = "0.1", optional = true}
serde = "1.0"
serde = {version = "1.0", features = ["derive"]}