i_overlay 0.3.0

The iOverlay is a poly-bool library that supports main operations such as union, intersection, difference, xor, and self-intersection by the even-odd rule. This algorithm is based on Vatti clipping ideas but is an original implementation.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "i_float"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0daa24c42d6f7cd9881d3b87ea18dfe3247350f35b2e958dd9dde5d28a517d1"

[[package]]
name = "i_overlay"
version = "0.3.0"
dependencies = [
 "i_float",
 "i_shape",
]

[[package]]
name = "i_shape"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11b1dc00d5dca9b972fd6122c5ba928927d45f10786fad774fe52f6ce65714d2"
dependencies = [
 "i_float",
]