Move description/license to Cargo.toml

This gets rid of warnings in the current nightly.
This commit is contained in:
Francesco Mazzoli
2015-01-07 04:14:18 +01:00
parent a5a5680510
commit 67134c80cb
-3
View File
@@ -2,9 +2,6 @@
#![crate_name="sdl2_image"]
#![crate_type = "lib"]
#![desc = "SDL2_image bindings and wrappers"]
#![comment = "SDL2_image bindings and wrappers"]
#![license = "MIT"]
extern crate sdl2;