From 54fb8a0c24bcb79fc09c97a780cc17ee141d94f9 Mon Sep 17 00:00:00 2001 From: Cobrand Date: Sat, 8 Dec 2018 17:13:15 +0000 Subject: [PATCH] Update sdl2-sys version to 0.32.4 --- sdl2-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl2-sys/Cargo.toml b/sdl2-sys/Cargo.toml index 1ee3b511..2bb95144 100644 --- a/sdl2-sys/Cargo.toml +++ b/sdl2-sys/Cargo.toml @@ -3,7 +3,7 @@ name = "sdl2-sys" description = "Raw SDL2 bindings for Rust, used internally rust-sdl2" repository = "https://github.com/rust-sdl2/rust-sdl2" -version = "0.32.3" +version = "0.32.4" authors = ["Tony Aldridge "] keywords = ["SDL", "windowing", "graphics", "ffi"] categories = ["rendering","external-ffi-bindings","game-engines","multimedia"]