Updated version

This commit is contained in:
Tony Aldridge
2014-12-23 17:13:08 +00:00
parent e6a2829f36
commit 00f58349b9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
name = "sdl2"
description = "SDL2 bindings for Rust"
repository = "https://github.com/AngryLawyer/rust-sdl2"
version = "0.0.12"
version = "0.0.13"
license = "MIT"
authors = [ "Tony Aldridge <tony@angry-lawyer.com>" ]
keywords = ["SDL", "windowing", "graphics"]
+1 -1
View File
@@ -40,7 +40,7 @@ If you're using [cargo](http://crates.io/) to manage your project, you can downl
```toml
[dependencies]
sdl2 = "0.0.12"
sdl2 = "0.0.13"
```
Alternatively, pull it from GitHub