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 /light-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 'light-client/tools/Cargo.toml')
| -rw-r--r-- | light-client/tools/Cargo.toml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/light-client/tools/Cargo.toml b/light-client/tools/Cargo.toml deleted file mode 100644 index f3075594..00000000 --- a/light-client/tools/Cargo.toml +++ /dev/null @@ -1,12 +0,0 @@ -[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" |