From ee221f6333bffc8b480c4984bb08f04a4fc2dfd6 Mon Sep 17 00:00:00 2001 From: Jeff Olson Date: Sun, 22 Dec 2013 21:18:41 -0800 Subject: [PATCH] remove package_id and add crate_id as its own attribute --- src/sdl2/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdl2/lib.rs b/src/sdl2/lib.rs index 14f4eb91..9c2e4162 100644 --- a/src/sdl2/lib.rs +++ b/src/sdl2/lib.rs @@ -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"];