Update Cargo.toml

-Updated sdl2 dependency version
This commit is contained in:
KyRuS
2021-06-12 18:19:52 +02:00
committed by GitHub
parent 8f3bea9098
commit d23e3bbb54

View File

@@ -10,6 +10,6 @@ edition = "2018"
rand = "0.8.3" rand = "0.8.3"
[dependencies.sdl2] [dependencies.sdl2]
version = "0.34" version = "0.34.5"
default-features = false default-features = false
features = ["ttf","image","gfx","mixer"] features = ["ttf","image","gfx","mixer"]