fruity__bbqsrc 0.2.0

Rusty bindings for Apple libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! [Core Image](https://developer.apple.com/documentation/coreimage)
//! framework.
//!
//! # Feature Flag
//!
//! This module corresponds to the **`core_image`**
//! [feature flag](../index.html#feature-flags).

#![cfg(feature = "core_image")]

#[link(name = "CoreImage", kind = "framework")]
extern "C" {}