ane 0.1.0

Rust bindings for the Apple Neural Engine (ANE) via the private AppleNeuralEngine.framework
1
2
3
fn main() {
    println!("cargo:rustc-link-lib=framework=IOSurface");
}