cgmath/Cargo.toml
2015-11-20 08:25:42 +11:00

35 lines
788 B
TOML

[package]
name = "cgmath"
version = "0.5.0"
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
"Brian Heylin",
"Colin Sherratt",
"Dzmitry Malyshau",
"Erick Tryzelaar",
"Luqman Aden",
"Maik Klein",
"Mikko Perttunen",
"Pierre Krieger",
"Tomasz Stachowiak"
]
license = "Apache-2.0"
description = "A linear algebra and mathematics library for computer graphics."
documentation = "http://bjz.github.io/cgmath-rs"
homepage = "https://github.com/bjz/cgmath-rs"
repository = "https://github.com/bjz/cgmath-rs"
readme = "README.md"
keywords = ["gamedev", "math", "matrix", "vector", "quaternion"]
[lib]
name = "cgmath"
[dependencies.rustc-serialize]
rustc_serialize = "0.3"
[dependencies]
num = "0.1"
rand = "0.3"