diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-07-16 23:38:46 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-07-16 23:38:46 +0200 |
| commit | 775b0148cec4329a6abb19d03220dc1d8a8b68c3 (patch) | |
| tree | 9e715df1db4f23a9c3f1e9c07cf7e93e376b512f /pixel-client/tools/Cargo.toml | |
| parent | 3a358c6dd39aa78319549658adf1028cea61f643 (diff) | |
| download | hurrycurry-775b0148cec4329a6abb19d03220dc1d8a8b68c3.tar hurrycurry-775b0148cec4329a6abb19d03220dc1d8a8b68c3.tar.bz2 hurrycurry-775b0148cec4329a6abb19d03220dc1d8a8b68c3.tar.zst | |
rename pixel client
Diffstat (limited to 'pixel-client/tools/Cargo.toml')
| -rw-r--r-- | pixel-client/tools/Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pixel-client/tools/Cargo.toml b/pixel-client/tools/Cargo.toml new file mode 100644 index 00000000..f3075594 --- /dev/null +++ b/pixel-client/tools/Cargo.toml @@ -0,0 +1,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 = "0.37.0" |