skia-bindings 0.99.0

Skia Bindings for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Re-exports are used by tests with #[path = ..]
#![allow(unused)]

mod binaries;
mod download;
mod env;
mod export;
mod git;
mod github_actions;
mod utils;

const SKIA_LICENSE: &str = "skia/LICENSE";

pub use binaries::should_export;
pub use download::{resolve_dependencies, try_prepare_download};
pub use export::publish;