From 851ee0eb70b4ca886976ccd5501a955870508004 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 22 Feb 2023 00:19:02 +0100 Subject: Dependencies: Add "SDL2" dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cf76c8a..a995d9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +sdl2 = "0.35.2" -- cgit 1.4.1