diff --git a/Cargo.toml b/Cargo.toml index 6529e73a..79cde42c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "sdl2_image" -version = "0.2.11" +version = "0.2.1" authors = ["xsleonard"] description = "SDL2_image bindings and wrappers" license = "MIT" +repository = "https://github.com/xsleonard/rust-sdl2_image" keywords = ["SDL2"] [lib]