summaryrefslogtreecommitdiff
path: root/pixel-client/tools/Cargo.toml
blob: 3392352ba01cf5d8a97ac17ca9774f0eb9669232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "tools"
version = "0.1.0"
edition = "2021"

[dependencies]
image = "0.25.1"
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"] }