mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Move description/license to Cargo.toml
This gets rid of warnings in the current nightly.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user