skia-safe 0.87.0

Safe Skia Bindings for Rust
mod _1d_path_effect;
mod _2d_path_effect;
pub mod blenders;
pub mod color_matrix;
pub mod color_matrix_filter;
pub mod corner_path_effect;
pub mod dash_path_effect;
pub mod discrete_path_effect;
pub mod gradient_shader;
pub mod high_contrast_filter;
pub mod image_filters;
pub mod luma_color_filter;
pub mod overdraw_color_filter;
#[deprecated(since = "0.65.0", note = "Use the skia_safe::shaders module")]
pub mod perlin_noise_shader;
pub mod runtime_effect;
pub mod shader_mask_filter;
pub mod table_color_filter;
pub mod table_mask_filter;
pub mod trim_path_effect;

pub use _1d_path_effect::*;
pub use _2d_path_effect::*;
pub use color_matrix::ColorMatrix;
pub use high_contrast_filter::{high_contrast_config, HighContrastConfig};
pub use runtime_effect::RuntimeEffect;