metal-rust-ffi 1.0.0

Audited Objective-C interoperability boundary for metal-rust
1
2
3
4
5
6
//! Safe Core Animation integration for Metal presentation.

#[path = "CAMetalLayer.rs"]
mod ca_metal_layer;

pub use ca_metal_layer::{ColorSpace, Drawable, Layer};