summaryrefslogtreecommitdiff
path: root/pixel-client/tools/Cargo.toml
diff options
context:
space:
mode:
authorBigBrotherNii <nicochr1004@gmail.com>2024-07-16 23:47:51 +0200
committerBigBrotherNii <nicochr1004@gmail.com>2024-07-16 23:47:51 +0200
commitcd679169f8e049b3f3ce890c97d62fa72a4e4eb5 (patch)
tree4efaf40f3c818d79be881f81b7d8fa254861731d /pixel-client/tools/Cargo.toml
parent2f9e2758199ff5148d7f90478be45aa122d6c860 (diff)
parentdf418c0d3fec83fc1cbe0dabc6d4b9dfbdbcbabb (diff)
downloadhurrycurry-cd679169f8e049b3f3ce890c97d62fa72a4e4eb5.tar
hurrycurry-cd679169f8e049b3f3ce890c97d62fa72a4e4eb5.tar.bz2
hurrycurry-cd679169f8e049b3f3ce890c97d62fa72a4e4eb5.tar.zst
trying to merch qwq
Diffstat (limited to 'pixel-client/tools/Cargo.toml')
-rw-r--r--pixel-client/tools/Cargo.toml12
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"