From 6f30400073fdae990fdf4033fe184c6431491561 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 17 Jul 2024 01:16:40 +0200 Subject: remove sdl2 features that are not required. --- pixel-client/tools/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pixel-client/tools') diff --git a/pixel-client/tools/Cargo.toml b/pixel-client/tools/Cargo.toml index 3392352b..be7a3a9b 100644 --- a/pixel-client/tools/Cargo.toml +++ b/pixel-client/tools/Cargo.toml @@ -9,4 +9,4 @@ anyhow = "1.0.86" log = "0.4.22" env_logger = "0.11.3" clap = { version = "4.5.9", features = ["derive"] } -sdl2 = { version = "0.37.0", features = ["image", "ttf"] } +sdl2 = { version = "0.37.0", features = ["image"] } -- cgit v1.2.3-70-g09d2