impellers 0.4.1

Bindings to Flutter's 2D vector graphics renderer
Documentation
1
2
3
4
5
fn main() {
    // just to check that linking worked
    let version = unsafe { impellers::sys::ImpellerGetVersion() };
    dbg!(version);
}