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)
This commit is contained in:
Ty 2014-06-29 19:12:43 -07:00
parent 091630cf56
commit 21a85041cd

View file

@ -1,6 +1,6 @@
[package] [package]
name = "cgmath-rs" name = "cgmath"
version = "0.0.1" version = "0.0.1"
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>", authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
"Brian Heylin", "Brian Heylin",