euler 0.4.0

Mathematics library for 3D computer graphics
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]
name = "euler"
version = "0.4.0"
authors = ["David Harvey-Macaulay <alteous@outlook.com>"]
description = "Mathematics library for 3D computer graphics"
homepage = "https://github.com/alteous/euler"
documentation = "https://docs.rs/euler"
readme = "README.md"
keywords = ["math", "glsl", "vector", "quaternion", "matrix"]
license = "MIT/Apache-2.0"
repository = "https://github.com/alteous/euler"
[dependencies.approx]
version = "0.1.1"

[dependencies.cgmath]
version = "0.16"

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

[features]
default = ["cgmath/mint"]