From aefd78de425f7612980392a3c8deca9e84444760 Mon Sep 17 00:00:00 2001 From: Cobrand Date: Thu, 4 Apr 2019 12:17:59 +0000 Subject: [PATCH] Update sdl2 to 0.32.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 920b8d23..4814dff8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "sdl2" description = "SDL2 bindings for Rust" repository = "https://github.com/Rust-SDL2/rust-sdl2" documentation = "https://rust-sdl2.github.io/rust-sdl2/sdl2/" -version = "0.32.1" +version = "0.32.2" license = "MIT" authors = [ "Tony Aldridge ", "Cobrand "] keywords = ["SDL", "windowing", "graphics", "api", "engine"]