cgmath/Cargo.toml

28 lines
601 B
TOML
Raw Normal View History

2014-06-23 03:35:40 +00:00
[package]
name = "cgmath"
2015-04-05 00:15:00 +00:00
version = "0.1.3"
2014-06-23 03:35:40 +00:00
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
"Brian Heylin",
"Colin Sherratt",
"Dzmitry Malyshau",
"Erick Tryzelaar",
"Luqman Aden",
"Maik Klein",
"Mikko Perttunen",
"Tomasz Stachowiak"
]
2015-02-08 18:51:25 +00:00
license="Apache-2.0"
description="A linear algebra and mathematics library for computer graphics."
homepage="https://github.com/bjz/cgmath-rs"
repository="https://github.com/bjz/cgmath-rs"
2014-06-23 03:35:40 +00:00
2014-08-30 00:00:34 +00:00
[lib]
2014-06-23 03:35:40 +00:00
name = "cgmath"
2014-12-26 21:18:29 +00:00
2015-03-26 01:58:33 +00:00
[dependencies.rustc-serialize]
rustc_serialize = "*"
2014-12-26 21:18:29 +00:00
[dependencies]
2015-03-26 01:58:33 +00:00
rand = "*"