remove package_id and add crate_id as its own attribute

This commit is contained in:
Jeff Olson
2013-12-22 21:18:41 -08:00
parent 892f6ca241
commit ee221f6333
+1 -1
View File
@@ -1,8 +1,8 @@
#[link(name = "sdl2",
package_id = "sdl2",
vers = "0.0.1",
uuid = "263e35b2-0727-11e3-b3dd-29219a890b3c",
url = "http://github.com/AngryLawyer/rust-sdl2")];
#[crate_id="sdl2"];
#[desc = "SDL2 bindings"];
#[license = "MIT"];