Bump to sdl2 v0.29.1

This commit is contained in:
Cobrand
2017-04-05 07:33:09 +02:00
parent 662d3ea7d2
commit 6186280f8f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ name = "sdl2"
description = "SDL2 bindings for Rust"
repository = "https://github.com/AngryLawyer/rust-sdl2"
documentation = "http://angrylawyer.github.io/rust-sdl2/sdl2/"
version = "0.29.0"
version = "0.29.1"
license = "MIT"
authors = [ "Tony Aldridge <tony@angry-lawyer.com>" ]
keywords = ["SDL", "windowing", "graphics"]
+2 -2
View File
@@ -202,7 +202,7 @@ http://www.libsdl.org/ (SDL2-devel-2.0.x-mingw.tar.gz).
> SDL2-devel-2.0.x-mingw\SDL2-2.0.x\x86_64-w64-mingw32\bin
into your cargo project, right next to your Cargo.toml.
5. When you're shipping your game make sure to copy SDL2.dll to the same directory that your compiled exe is in, otherwise the game won't launch.
### Windows (MSVC)
@@ -230,7 +230,7 @@ http://www.libsdl.org/ (SDL2-devel-2.0.x-mingw.tar.gz).
> SDL2-devel-2.0.x-VC\SDL2-2.0.x\lib\x64\
into your cargo project, right next to your Cargo.toml.
5. When you're shipping your game make sure to copy SDL2.dll to the same directory that your compiled exe is in, otherwise the game won't launch.
# Installation