lgeo 1.0.3

2D Geometry library, focusing on collision computation
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "lgeo"
version = "1.0.3"
dependencies = [
 "lmaths",
 "smallvec",
]

[[package]]
name = "lmaths"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2f4dcd5de9de4fba8e162e39f7bee8874259bdc3b087e4bbe58a568158db27d"

[[package]]
name = "smallvec"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"