[package] name = "gpc" description = "Bindings to the General Polygon Clipper (GPC) library" version = "0.1.0" authors = ["Ulysse Carion "] license = "MIT" [dependencies] lazy_static = "0.2" [build-dependencies] bindgen = "0.26" gcc = "0.3"