upgrade sdl2 and sdl2_image. use beta 2

This commit is contained in:
2015-04-22 13:32:21 +02:00
parent d7d1ab1dc7
commit b91ae6cb29
4 changed files with 16 additions and 18 deletions

View File

@@ -4,10 +4,8 @@ version = "0.0.1"
authors = ["logaritmisk <anders.e.olsson@gmail.com>"]
[dependencies]
sdl2 = "0.1.0"
[dependencies.sdl2_image]
git = "https://github.com/logaritmisk/rust-sdl2_image"
sdl2 = "0.2.1"
sdl2_image = "0.2.1"
[[bin]]
name = "super-matte-bros"