From 8c48944bc6b5912df0c687dd4da51ec9e3ea78ea Mon Sep 17 00:00:00 2001 From: andelf Date: Wed, 26 Nov 2014 17:40:42 +0800 Subject: [PATCH] update for crates.io --- Cargo.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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]]