summaryrefslogtreecommitdiff
path: root/pixel-client/tools/Cargo.toml
blob: 075ec24f290881a9d4cc18a4e7c6cc44004d5a2b (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.2"
anyhow = "1.0.89"
log = "0.4.22"
env_logger = "0.11.5"
clap = { version = "4.5.18", features = ["derive"] }
sdl2 = { version = "0.37.0", features = ["image"] }