bump sdl2 version

This commit is contained in:
Theron 2020-02-03 23:37:05 -06:00
parent 6941fbf4c8
commit d8aa38cf5b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ authors = ["Theron <tspiegl@gmail.com>"]
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]