From 6c4dceb59c5773110ebd2a6c5f053396c0ffbe54 Mon Sep 17 00:00:00 2001 From: werecat Date: Tue, 12 Jan 2016 19:39:55 -0500 Subject: [PATCH] Update sdl2 to 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 986747e3..27c320a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ path = "src/sdl2_ttf/lib.rs" [dependencies] bitflags = "0.3" -sdl2 = "0.12.0" +sdl2 = "0.13.0" sdl2-sys = "0.8.0" libc = "0.2"