[dependencies]
approx = "0.1"
num-traits = "0.1"
rand = "0.3"
[dependencies.serde]
optional = true
version = "1.0"
[dependencies.serde_derive]
optional = true
version = "1.0"
[dependencies.simd]
optional = true
version = "0.2"
[dev-dependencies]
glium = "0.16"
serde_json = "1.0"
[features]
eders = ["serde", "serde_derive"]
unstable = []
use_simd = ["simd"]
[lib]
name = "cgmath"
[package]
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>"]
description = "A linear algebra and mathematics library for computer graphics."
documentation = "https://docs.rs/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.14.1"