nalgebra-glm 0.4.0

A computer-graphics oriented API for nalgebra, inspired by the C++ GLM library.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "nalgebra-glm"
version = "0.4.0"
authors = ["sebcrozet <developer@crozet.re>"]
description = "A computer-graphics oriented API for nalgebra, inspired by the C++ GLM library."
homepage = "https://nalgebra.org"
documentation = "https://www.nalgebra.org/rustdoc_glm/nalgebra_glm/index.html"
readme = "../README.md"
keywords = ["linear", "algebra", "matrix", "vector", "math"]
categories = ["science"]
license = "BSD-3-Clause"
repository = "https://github.com/rustsim/nalgebra"
[dependencies.alga]
version = "0.9"
default-features = false

[dependencies.approx]
version = "0.3"
default-features = false

[dependencies.nalgebra]
version = "0.18"
default-features = false

[dependencies.num-traits]
version = "0.2"
default-features = false

[features]
abomonation-serialize = ["nalgebra/abomonation-serialize"]
arbitrary = ["nalgebra/arbitrary"]
default = ["std"]
serde-serialize = ["nalgebra/serde-serialize"]
std = ["nalgebra/std", "alga/std"]
stdweb = ["nalgebra/stdweb"]