Fix deprecated attribute and manifest section

This commit is contained in:
jdeseno
2014-08-28 07:56:57 +09:00
parent a5a9608da9
commit b17f0d3687
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -6,3 +6,4 @@ src/generated
/rustpkg_db.json
*.so
target/
Cargo.lock
+1 -1
View File
@@ -4,7 +4,7 @@ name = "sdl2_image"
version = "0.0.1"
authors = [ "xsleonard" ]
[[lib]]
[lib]
name = "sdl2_image"
path = "src/sdl2_image/lib.rs"
+1 -1
View File
@@ -1,6 +1,6 @@
#![feature(macro_rules)]
#![crate_id="sdl2_image#sdl2_image:0.1"]
#![crate_name="sdl2_image"]
#![crate_type = "lib"]
#![desc = "SDL2_image bindings and wrappers"]
#![comment = "SDL2_image bindings and wrappers"]