Bump to 0.29

This commit is contained in:
Cobrand
2017-02-14 15:30:47 +01:00
parent 7b7d20c5fe
commit daa27e6d35
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -148,7 +148,7 @@ download through Crates.io:
```toml
[dependencies]
sdl2 = "0.28"
sdl2 = "0.29"
```
Alternatively, pull it from GitHub to obtain the latest version from master
@@ -169,7 +169,7 @@ adding this instead:
```toml
[dependencies.sdl2]
version = "0.28"
version = "0.29"
default-features = false
features = ["ttf","image","gfx","mixer"]
```