cgmath 0.3.1

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

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

[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"
repository = "https://github.com/bjz/cgmath-rs"
version = "0.3.1"