The resource loader manifest is now created and can be loaded later.

The example, build.rs, is also able to be used as the build file for
a cargo crate build.
This commit is contained in:
Jason Travis Smith
2016-04-14 18:40:41 -04:00
parent 9a35cef77a
commit 1f6ade85fa
7 changed files with 269 additions and 1 deletions

View File

@ -11,6 +11,7 @@ use std::path::PathBuf;
use mason::Processor;
pub const RESOURCES_DIR: &'static str = "resources";
pub const MANIFEST_FILENAME: &'static str = "resources.msnr";