Macro mnemos_config::include_config

source ยท
macro_rules! include_config {
    ($platform: ty, $name: literal) => { ... };
    ($platform: ty) => { ... };
}
Expand description

Load the configuration created by render_project in a build.rs.

Should be called with the type of your platform specific type