aboutsummaryrefslogtreecommitdiff
path: root/pixel-client/tools
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-17 01:16:40 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-17 01:16:40 +0200
commit6f30400073fdae990fdf4033fe184c6431491561 (patch)
treeddafe1c48f30d2f1abf7c6c5da371affb19efe6a /pixel-client/tools
parent11d72719d743eff7364b99c31a752a5d644b73bd (diff)
downloadhurrycurry-6f30400073fdae990fdf4033fe184c6431491561.tar
hurrycurry-6f30400073fdae990fdf4033fe184c6431491561.tar.bz2
hurrycurry-6f30400073fdae990fdf4033fe184c6431491561.tar.zst
remove sdl2 features that are not required.
Diffstat (limited to 'pixel-client/tools')
-rw-r--r--pixel-client/tools/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }