cgmath 0.11.0

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

[dependencies.rustc-serialize]
optional = true
version = "0.3"

[dependencies.serde]
optional = true
version = "0.7"

[dependencies.serde_macros]
optional = true
version = "0.7"

[dev-dependencies]
glium = "0.14.0"
serde_json = "0.7"

[features]
default = ["rustc-serialize"]
eders = ["serde", "serde_macros"]
unstable = []

[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://brendanzab.github.io/cgmath"
homepage = "https://github.com/brendanzab/cgmath"
keywords = ["gamedev", "math", "matrix", "vector", "quaternion"]
license = "Apache-2.0"
name = "cgmath"
readme = "README.md"
repository = "https://github.com/brendanzab/cgmath"
version = "0.11.0"