Updated version numbers

This commit is contained in:
Tony Aldridge
2015-05-18 12:46:47 +01:00
parent 86823624fe
commit 06025b8e76
3 changed files with 10 additions and 10 deletions
+5 -5
View File
@@ -3,7 +3,7 @@
name = "sdl2"
description = "SDL2 bindings for Rust"
repository = "https://github.com/AngryLawyer/rust-sdl2"
version = "0.2.3"
version = "0.3.0"
license = "MIT"
authors = [ "Tony Aldridge <tony@angry-lawyer.com>" ]
keywords = ["SDL", "windowing", "graphics"]
@@ -14,15 +14,15 @@ name = "sdl2"
path = "src/sdl2/lib.rs"
[dependencies]
num = "0.1.23"
num = "0.1"
bitflags = "0.1"
libc = "0.1.6"
rand = "0.3.7"
libc = "0.1"
rand = "0.3"
[dependencies.sdl2-sys]
path = "sdl2-sys"
version = "0.2.1"
version = "0.3.0"
[features]
+1 -1
View File
@@ -70,7 +70,7 @@ download through Crates.io:
```toml
[dependencies]
sdl2 = "0.2.3"
sdl2 = "0.3.0"
```
Alternatively, pull it from GitHub
+4 -4
View File
@@ -3,7 +3,7 @@
name = "sdl2-sys"
description = "Raw SDL2 bindings for Rust, used internally rust-sdl2"
repository = "https://github.com/AngryLawyer/rust-sdl2"
version = "0.2.2"
version = "0.3.0"
authors = ["Tony Aldridge <tony@angry-lawyer.com>"]
license = "MIT"
links = "SDL2"
@@ -14,11 +14,11 @@ name = "sdl2_sys"
path = "src/lib.rs"
[dependencies]
num = "0.1.23"
libc = "0.1.6"
num = "0.1"
libc = "0.1"
[build-dependencies.pkg-config]
version = "0.3.3"
version = "0.3"
optional = true
[features]