From cb50fd846794a8ce7db320eab9ce261b244683d6 Mon Sep 17 00:00:00 2001 From: Cobrand Date: Thu, 6 Dec 2018 22:40:29 +0000 Subject: [PATCH] Update sdl2-sys to 0.32.2 --- 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 38c8c8c6..ac1fced9 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.1" +version = "0.32.2" authors = ["Tony Aldridge "] keywords = ["SDL", "windowing", "graphics", "ffi"] categories = ["rendering","external-ffi-bindings","game-engines","multimedia"]