Release nalgebra-glm v0.1.
This commit is contained in:
parent
053d51989a
commit
cad07f23dc
|
@ -3,8 +3,17 @@ name = "nalgebra-glm"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["sebcrozet <developer@crozet.re>"]
|
authors = ["sebcrozet <developer@crozet.re>"]
|
||||||
|
|
||||||
|
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]
|
[dependencies]
|
||||||
num-traits = { version = "0.2", default-features = false }
|
num-traits = { version = "0.2", default-features = false }
|
||||||
approx = { version = "0.3", default-features = false }
|
approx = { version = "0.3", default-features = false }
|
||||||
alga = "0.7"
|
alga = "0.7"
|
||||||
nalgebra = { path = ".." }
|
nalgebra = { path = "..", version = "^0.16.3" }
|
Loading…
Reference in New Issue