Restructure node graph project layout

This commit is contained in:
Dennis
2022-08-01 23:44:08 -07:00
committed by Keavon Chambers
parent 850ca7c73a
commit fef173d3fe
19 changed files with 1958 additions and 598 deletions
+5 -3
View File
@@ -10,6 +10,8 @@ path = "src/lib.rs"
proc-macro = true
[dependencies]
proc-macro2 = "1.0.26"
syn = { version = "1.0.68", features = ["full"] }
quote = "1.0.9"
proc-macro2 = "1.0"
proc_macro_roids = "0.7"
syn = { version = "1.0", features = ["full"] }
quote = "1.0"
graphene-core = {path = "../gcore"}