lgeo 1.0.2

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.2"
dependencies = [
 "lmaths",
 "smallvec",
]

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

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