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]