vector_math_first_lib 0.1.0

A library for vector math
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "assert_approx_eq"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c07dab4369547dbe5114677b33fbbf724971019f3818172d59a97a61c774ffd"

[[package]]
name = "vector_math_first_lib"
version = "0.1.0"
dependencies = [
 "assert_approx_eq",
]