melodium-loader 0.8.0

Loading engine for Mélodium, with dependency resolution and retrieval
Documentation
1
2
3
4
5
6
fn main() {
    println!(
        "cargo:rustc-env=TARGET={}",
        std::env::var("TARGET").unwrap()
    );
}