diff --git a/Cargo.toml b/Cargo.toml index 3396faca..0cd5465e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,9 @@ name = "sdl2_ttf" description = "SDL2_ttf bindings for Rust" repository = "https://github.com/andelf/rust-sdl2_ttf" -version = "0.0.1-alpha" +version = "0.0.2" license = "MIT" -authors = [ "ShuYu Wang" ] +authors = [ "ShuYu Wang " ] keywords = ["SDL", "windowing", "graphics", "font"] [lib] @@ -13,9 +13,10 @@ keywords = ["SDL", "windowing", "graphics", "font"] name = "sdl2_ttf" path = "src/sdl2_ttf/lib.rs" -[dependencies.sdl2] +[dependencies] + +sdl2 = "~0.0.3" -git = "https://github.com/AngryLawyer/rust-sdl2" [[bin]]