From cf18e30b6bd913acce09b1a22af0308e9728beb4 Mon Sep 17 00:00:00 2001 From: Sven Nilsen Date: Thu, 7 Jan 2016 19:17:47 +0100 Subject: [PATCH] Updated dependencies - Bumped to 0.12.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0819b428..d0f9d5f9 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.11.0" +version = "0.12.0" license = "MIT" authors = ["ShuYu Wang "] 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"