na 0.15.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
[package]
name = "na"
version = "0.15.0"
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"
repository = "http://github.com/arturoc/na"
license = "BSD-3-Clause"

[dependencies]
nalgebra = "0.15"
alga = "0.6"
num-traits = "0.2"

[features]
unstable=[]