Merge pull request #104 from omasanori/crate_name

Remove crate_id.
This commit is contained in:
Corey Richardson 2014-07-28 19:49:31 -07:00
commit ed5bb32f0b

View file

@ -13,7 +13,6 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
#![crate_id="cgmath#0.1"]
#![crate_type = "rlib"] #![crate_type = "rlib"]
#![crate_type = "dylib"] #![crate_type = "dylib"]
#![comment = "A mathematics library for computer graphics."] #![comment = "A mathematics library for computer graphics."]