Get SDL2 and SDL2 Image to work together.

New event pump logic.
This commit is contained in:
2015-04-08 16:52:00 +02:00
parent 02e8dfec78
commit d14951e53a
3 changed files with 73 additions and 31 deletions

View File

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