Transition to a trait-based node graph

This commit is contained in:
Dennis
2022-08-01 23:43:54 -07:00
committed by Keavon Chambers
parent 01bbe5dced
commit 4f492b24d2
4 changed files with 162 additions and 131 deletions
+9 -9
View File
@@ -218,15 +218,6 @@ version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a"
[[package]]
name = "graph-ite"
version = "0.1.0"
dependencies = [
"graph-proc-macros",
"ra_ap_ide",
"ra_ap_ide_db",
]
[[package]]
name = "graph-proc-macros"
version = "0.1.0"
@@ -359,6 +350,15 @@ dependencies = [
"winapi",
]
[[package]]
name = "nodegraph-experiments"
version = "0.1.0"
dependencies = [
"graph-proc-macros",
"ra_ap_ide",
"ra_ap_ide_db",
]
[[package]]
name = "num_cpus"
version = "1.13.0"