From 21a85041cd47fd1a48ade7d605e0460f8d1021f0 Mon Sep 17 00:00:00 2001 From: Ty Date: Sun, 29 Jun 2014 19:12:43 -0700 Subject: [PATCH] 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) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e505281..cb36279 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] -name = "cgmath-rs" +name = "cgmath" version = "0.0.1" authors = ["Brendan Zabarauskas ", "Brian Heylin",