geometry-cs 0.0.7

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.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42b8fac5e43d26ad6325bfe36c2c93b211475eef341289a478e30363f6697809"
dependencies = [
 "libm",
]

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

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