From 72743119c83f060602894366182b2e3f99d27319 Mon Sep 17 00:00:00 2001 From: fence Date: Wed, 8 Jan 2025 08:48:53 +0100 Subject: idk --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9bb8ac8..dfd37e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -sdl2 = "0.37.0" +sdl2 = { version = "0.37.0", features = ["image"] } [profile.release] strip = true -- cgit v1.2.3