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:
@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user