diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-17 00:40:51 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-17 00:40:51 +0200 |
commit | 8e03dfcd16752c87e8593b599bd317dce0019265 (patch) | |
tree | 33c93fc7b2d2c7950da8f663b3e0b408bcc88266 /pixel-client/tools | |
parent | 922f04cfadbd3bab3eef09df036ad5edcc899199 (diff) | |
download | hurrycurry-8e03dfcd16752c87e8593b599bd317dce0019265.tar hurrycurry-8e03dfcd16752c87e8593b599bd317dce0019265.tar.bz2 hurrycurry-8e03dfcd16752c87e8593b599bd317dce0019265.tar.zst |
makefile everything
Diffstat (limited to 'pixel-client/tools')
-rw-r--r-- | pixel-client/tools/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixel-client/tools/Cargo.toml b/pixel-client/tools/Cargo.toml index f3075594..3392352b 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 = "0.37.0" +sdl2 = { version = "0.37.0", features = ["image", "ttf"] } |