2018-09-20 16:50:34 +08:00
|
|
|
[package]
|
|
|
|
name = "nalgebra-glm"
|
2018-10-22 21:39:53 +08:00
|
|
|
version = "0.2.0"
|
2018-09-20 16:50:34 +08:00
|
|
|
authors = ["sebcrozet <developer@crozet.re>"]
|
|
|
|
|
2018-09-23 23:14:30 +08:00
|
|
|
description = "A computer-graphics oriented API for nalgebra, inspired by the C++ GLM library."
|
|
|
|
documentation = "https://www.nalgebra.org/rustdoc_glm/nalgebra_glm/index.html"
|
|
|
|
homepage = "https://nalgebra.org"
|
|
|
|
repository = "https://github.com/rustsim/nalgebra"
|
|
|
|
readme = "../README.md"
|
|
|
|
categories = [ "science" ]
|
|
|
|
keywords = [ "linear", "algebra", "matrix", "vector", "math" ]
|
|
|
|
license = "BSD-3-Clause"
|
|
|
|
|
2018-09-20 16:50:34 +08:00
|
|
|
[dependencies]
|
|
|
|
num-traits = { version = "0.2", default-features = false }
|
2018-09-20 20:23:31 +08:00
|
|
|
approx = { version = "0.3", default-features = false }
|
2018-09-20 16:50:34 +08:00
|
|
|
alga = "0.7"
|
2018-10-05 12:09:08 +08:00
|
|
|
nalgebra = { path = "..", version = "^0.16.4" }
|