gpc 0.1.0

Bindings to the General Polygon Clipper (GPC) library
1
2
3
4
5
6
#[allow(dead_code)]
#[allow(non_camel_case_types)]
#[allow(non_snake_case)]
#[allow(non_upper_case_globals)]
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));