From d23e3bbb547177501f87098c8ee7203fe3a7dab4 Mon Sep 17 00:00:00 2001 From: KyRuS <57010770+KyRuS-SH@users.noreply.github.com> Date: Sat, 12 Jun 2021 18:19:52 +0200 Subject: [PATCH] Update Cargo.toml -Updated sdl2 dependency version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dfd7090..21f0de4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,6 @@ edition = "2018" rand = "0.8.3" [dependencies.sdl2] -version = "0.34" +version = "0.34.5" default-features = false -features = ["ttf","image","gfx","mixer"] \ No newline at end of file +features = ["ttf","image","gfx","mixer"]