mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
remove package_id and add crate_id as its own attribute
This commit is contained in:
+1
-1
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user