2014-06-23 03:35:40 +00:00
|
|
|
[package]
|
|
|
|
|
2014-06-30 02:12:43 +00:00
|
|
|
name = "cgmath"
|
2015-03-15 20:33:22 +00:00
|
|
|
version = "0.1.0"
|
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
|
|
|
|
|
|
|
[dependencies]
|
2015-02-08 18:25:42 +00:00
|
|
|
rustc-serialize="*"
|
2015-03-15 02:53:57 +00:00
|
|
|
rand="*"
|