mtl-rs 0.2.2

Rust bindings for Apple's Metal API
1
2
3
fn main() {
    println!("cargo:rustc-link-lib=framework=Metal");
}