Updated dependencies

- Bumped to 0.12.0
This commit is contained in:
Sven Nilsen
2016-01-07 19:17:47 +01:00
parent 832f6daa37
commit cf18e30b6b
+2 -2
View File
@@ -2,7 +2,7 @@
name = "sdl2_mixer"
description = "SDL2_mixer bindings for Rust"
repository = "https://github.com/andelf/rust-sdl2_mixer"
version = "0.11.0"
version = "0.12.0"
license = "MIT"
authors = ["ShuYu Wang <andelf@gmail.com>"]
keywords = ["SDL", "windowing", "graphics", "music", "sound"]
@@ -13,7 +13,7 @@ path = "src/sdl2_mixer/lib.rs"
[dependencies]
bitflags = "0.3.2"
sdl2 = "0.12"
sdl2 = "0.13"
sdl2-sys = "0.8"
libc = "0.2"