cgmath 0.18.0

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

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

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

[dependencies.rand]
features = ["small_rng"]
optional = true
version = "0.8"

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

[features]
swizzle = []
unstable = []

[lib]
name = "cgmath"

[package]
authors = ["Rust game-developers"]
description = "A linear algebra and mathematics library for computer graphics."
documentation = "https://docs.rs/cgmath"
homepage = "https://github.com/rustgd/cgmath"
keywords = ["gamedev", "math", "matrix", "vector", "quaternion"]
license = "Apache-2.0"
name = "cgmath"
readme = "README.md"
repository = "https://github.com/rustgd/cgmath"
version = "0.18.0"