i_overlay 0.2.1

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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a9ccb011ab9f88bf9fc3518d57da47725d8ecf6ad4b316572300937cae9af"

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

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