cgmath 0.4.0

A linear algebra and mathematics library for computer graphics.
[dependencies]
num = "0.1"
rand = "0.3"

[dependencies.rustc-serialize]
rustc_serialize = "0.3"

[lib]
name = "cgmath"

[package]
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>", "Brian Heylin", "Colin Sherratt", "Dzmitry Malyshau", "Erick Tryzelaar", "Luqman Aden", "Maik Klein", "Mikko Perttunen", "Pierre Krieger", "Tomasz Stachowiak"]
description = "A linear algebra and mathematics library for computer graphics."
documentation = "http://bjz.github.io/cgmath-rs"
homepage = "https://github.com/bjz/cgmath-rs"
keywords = ["gamedev", "math", "matrix", "vector", "quaternion"]
license = "Apache-2.0"
name = "cgmath"
readme = "README.md"
repository = "https://github.com/bjz/cgmath-rs"
version = "0.4.0"