cgmath 0.15.0

A linear algebra and mathematics library for computer graphics.
Documentation
[dependencies.approx]
version = "0.1"

[dependencies.mint]
optional = true
version = "0.4.1"

[dependencies.num-traits]
version = "0.1"

[dependencies.rand]
version = "0.3"

[dependencies.serde]
features = ["serde_derive"]
optional = true
version = "1.0"

[dependencies.simd]
optional = true
version = "0.2"
[dev-dependencies.glium]
version = "0.16"

[dev-dependencies.serde_json]
version = "1.0"

[features]
unstable = []

[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.15.0"