bump version to 0.0.3: same as upstream sdl2

This commit is contained in:
andelf
2014-11-26 18:28:26 +08:00
parent 8c48944bc6
commit a52dfb250f
2 changed files with 17 additions and 2 deletions
+2 -2
View File
@@ -3,8 +3,9 @@
name = "sdl2_ttf"
description = "SDL2_ttf bindings for Rust"
repository = "https://github.com/andelf/rust-sdl2_ttf"
version = "0.0.2"
version = "0.0.3"
license = "MIT"
readme = "README.md"
authors = [ "ShuYu Wang <andelf@gmail.com>" ]
keywords = ["SDL", "windowing", "graphics", "font"]
@@ -17,7 +18,6 @@ path = "src/sdl2_ttf/lib.rs"
sdl2 = "~0.0.3"
[[bin]]
name = "demo"
+15
View File
@@ -24,6 +24,21 @@ cargo build
rustc -L. --cfg mac_framework src/sdl2_ttf/lib.rs
```
For cargo:
```
[dependencies]
sdl2_ttf = "$version-here$"
```
or
```
[dependencies.sdl2_ttf]
git = "https://github.com/andelf/rust-sdl2_ttf"
```
Demo
----