geometry-cs 0.0.5

Coordinate system types: Cartesian, Spherical, Geographic, and angle units.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "geometry-coords"
version = "0.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "108c90782481e61e5855e6228416839cdfb0edd771284ade5aa4343ddc462891"
dependencies = [
 "libm",
]

[[package]]
name = "geometry-cs"
version = "0.0.5"
dependencies = [
 "geometry-coords",
]

[[package]]
name = "libm"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"