ultraviolet 0.2.0

A crate to do linear algebra, fast.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "bytemuck"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "ultraviolet"
version = "0.2.0"
dependencies = [
 "wide 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "wide"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytemuck 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
]

[metadata]
"checksum bytemuck 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fe8208fbcc1d481450eb07880d5b60c99da1b1864840f6af82141ac4931e721e"
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
"checksum wide 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "935977329eee1c369d6964aec7ad8b89f20f3f330368839cdd9909c77853fb6b"