mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 06:35:39 +00:00
Hide project module, moving towards Rojo API
This commit is contained in:
@@ -6,6 +6,10 @@ mod impl_from;
|
|||||||
|
|
||||||
// Other modules
|
// Other modules
|
||||||
pub mod commands;
|
pub mod commands;
|
||||||
|
|
||||||
|
// This module is only public for the purpose of testing right now, and won't be
|
||||||
|
// part of the first version of the Rojo API.
|
||||||
|
#[doc(hidden)]
|
||||||
pub mod project;
|
pub mod project;
|
||||||
|
|
||||||
mod imfs;
|
mod imfs;
|
||||||
|
|||||||
Reference in New Issue
Block a user