na 0.31.0

na is a wrapper around nalgebra to make it easier and mostly less verbose to work with the most used types in vector math for graphics.
Documentation
[dependencies.nalgebra]
version = "0.31"

[dependencies.num-traits]
version = "0.2"

[dependencies.simba]
version = "0.7"

[features]
alga = ["nalgebra/alga"]
packed_simd = ["simba/packed_simd"]
serde-serialize = ["nalgebra/serde-serialize"]
unstable = []
wide = ["simba/wide"]

[package]
authors = ["arturo castro <arturo@openframeworks.cc>"]
description = "na is a wrapper around nalgebra to make it easier and mostly less verbose to work with the most used types in vector math for graphics."
homepage = "http://github.com/arturoc/na"
license = "BSD-3-Clause"
name = "na"
repository = "http://github.com/arturoc/na"
version = "0.31.0"