doem-math 1.0.0

Const generic linear algebra math crate for 3D applications, made in conjunction with doem
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "doem-math"
version = "1.0.0"
dependencies = [
 "staticvec",
]

[[package]]
name = "staticsort"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c51342c08536c6896456d8cdaba16ec8a607a8b1d5fb6757690bf0d18c5a0ae6"

[[package]]
name = "staticvec"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbe9c1c093a354e1b9fbd7beddc88ee3650711a7acd6126397189690bfc35e46"
dependencies = [
 "staticsort",
]