From d8aa38cf5b2d4d15400a1c6e33aeac61f8082c2e Mon Sep 17 00:00:00 2001 From: Theron Date: Mon, 3 Feb 2020 23:37:05 -0600 Subject: [PATCH] bump sdl2 version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 498f88e..4f48ada 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Theron "] edition = "2018" [dependencies] -sdl2 = { version = "0.32", features = ["bundled", "static-link"] } +sdl2 = { version = "0.33", features = ["bundled", "static-link"] } cpuprofiler = "0.0.3" [profile.release]