Refactor project file into its own crate

This commit is contained in:
Lucien Greathouse
2022-05-26 05:00:57 -04:00
parent 79b57b3359
commit b96a236333
13 changed files with 729 additions and 390 deletions

View File

@@ -39,6 +39,7 @@ name = "build"
harness = false
[dependencies]
rojo-project = { path = "crates/rojo-project" }
memofs = { version = "0.2.0", path = "crates/memofs" }
# These dependencies can be uncommented when working on rbx-dom simultaneously