Make Rojo build with rbx_tree

This commit is contained in:
Lucien Greathouse
2018-11-08 13:22:09 -08:00
parent 31e1f61548
commit 5a99281e23
6 changed files with 33 additions and 229 deletions

View File

@@ -7,6 +7,7 @@ extern crate rand;
extern crate serde;
extern crate serde_json;
extern crate regex;
extern crate rbx_tree;
#[cfg(test)]
extern crate tempfile;
@@ -16,7 +17,6 @@ pub mod id;
pub mod message_queue;
pub mod pathext;
pub mod project;
pub mod rbx;
// pub mod roblox_studio;
pub mod session;
pub mod vfs;