mxl-player-components 0.1.5

This is a component of the X-Software MXL product line
1
2
3
4
5
6
7
fn main() {
    //
    // Rerun cargo if one of the internationalization files change:
    //
    println!("cargo:rerun-if-changed=i18n.toml");
    println!("cargo:rerun-if-changed=i18n/en/mxl_player_components.ftl");
}