nalgebra/nalgebra-glm/Cargo.toml

19 lines
687 B
TOML
Raw Normal View History

[package]
name = "nalgebra-glm"
2018-09-25 04:06:29 +08:00
version = "0.1.1"
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"
[dependencies]
num-traits = { version = "0.2", default-features = false }
approx = { version = "0.3", default-features = false }
alga = "0.7"
2018-09-25 04:06:29 +08:00
nalgebra = { path = "..", version = "^0.16.4" }