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:
parent
091630cf56
commit
21a85041cd
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue