26 lines
No EOL
580 B
TOML
26 lines
No EOL
580 B
TOML
[package]
|
|
|
|
name = "cgmath"
|
|
version = "0.0.3"
|
|
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
|
|
"Brian Heylin",
|
|
"Colin Sherratt",
|
|
"Dzmitry Malyshau",
|
|
"Erick Tryzelaar",
|
|
"Luqman Aden",
|
|
"Maik Klein",
|
|
"Mikko Perttunen",
|
|
"Tomasz Stachowiak"
|
|
]
|
|
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"
|
|
|
|
[lib]
|
|
name = "cgmath"
|
|
|
|
[dependencies]
|
|
rustc-serialize="*"
|
|
rand_macros="*"
|
|
rand="*" |