cgmath/Cargo.toml
Ty 21a85041cd Change package name from "cgmath-rs" to "cgmath"
When the Cargo package manager gets the online package list component, the package name 
will be used as the identifier for the whole project. Keeping "-rs" -- while useful for the github 
repository -- will be redundant in Cargo because all of the projects will obviously be rust projects.

This naming convention was adopted by one of your other repository gl-rx (https://github.com/bjz/gl-rs/pull/88)
2014-06-29 19:12:43 -07:00

19 lines
334 B
TOML

[package]
name = "cgmath"
version = "0.0.1"
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
"Brian Heylin",
"Colin Sherratt",
"Dzmitry Malyshau",
"Erick Tryzelaar",
"Luqman Aden",
"Maik Klein",
"Mikko Perttunen",
"Tomasz Stachowiak"
]
[[lib]]
name = "cgmath"