From 042ff70b06d397dbc46552582bb599fe205a4ed5 Mon Sep 17 00:00:00 2001 From: Cobrand Date: Thu, 4 Apr 2019 12:17:30 +0000 Subject: [PATCH] Update sdl2-sys to 0.32.6 --- 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 88e0d878..017fc3e9 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.5" +version = "0.32.6" authors = ["Tony Aldridge "] keywords = ["SDL", "windowing", "graphics", "ffi"] categories = ["rendering","external-ffi-bindings","game-engines","multimedia"]