From 49ddedbc9173b03f6fd7bb1198fcd079ce562d2b Mon Sep 17 00:00:00 2001 From: Sven Nilsen Date: Wed, 4 May 2016 11:48:21 +0200 Subject: [PATCH] Updated dependences - Bumped to 0.18.0 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9e3165c7..c50adadb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "sdl2_mixer" description = "SDL2_mixer bindings for Rust" repository = "https://github.com/andelf/rust-sdl2_mixer" -version = "0.17.0" +version = "0.18.0" license = "MIT" authors = ["ShuYu Wang "] keywords = ["SDL", "windowing", "graphics", "music", "sound"] @@ -12,9 +12,9 @@ name = "sdl2_mixer" path = "src/sdl2_mixer/lib.rs" [dependencies] -bitflags = "0.5.0" -sdl2 = "0.18" -sdl2-sys = "0.8.1" +bitflags = "0.6.0" +sdl2 = "0.19" +sdl2-sys = "0.19" libc = "0.2" # [dependencies.sdl2]