[build-dependencies.bindgen]
optional = true
version = "0.71.1"
[build-dependencies.cc]
version = "1.2.13"
[features]
generate-bindings = ["bindgen"]
update-bindings = ["generate-bindings"]
[lib]
name = "clipper_sys"
path = "src/lib.rs"
[package]
authors = ["Gérald Lelong <gerald.lelong@easymov.fr>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["algorithms", "external-ffi-bindings"]
description = "Boolean operations on polygons (Clipper wrapper)"
documentation = "https://docs.rs/clipper-sys/"
edition = "2018"
keywords = ["polygon", "boolean", "clip", "clipper"]
license = "ISC"
name = "clipper-sys"
readme = "README.md"
repository = "https://github.com/lelongg/clipper-sys"
version = "0.8.0"