summaryrefslogtreecommitdiff
path: root/packer/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2024-01-01 19:41:32 -0500
committerMicha White <botahamec@outlook.com>2024-01-01 19:41:32 -0500
commit488c7ed94b0662222fa0d825ab81b60b0b1e5d6c (patch)
tree83d7c6b2d7a0de9bedffbc5760396f965b6d10cb /packer/Cargo.toml
parent82a737798b5694e353971a00f46d117743d2a03e (diff)
Created a texture packer
Diffstat (limited to 'packer/Cargo.toml')
-rw-r--r--packer/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packer/Cargo.toml b/packer/Cargo.toml
index d370392..0b1beb8 100644
--- a/packer/Cargo.toml
+++ b/packer/Cargo.toml
@@ -8,3 +8,6 @@ edition = "2021"
[dependencies]
image = "0.24"
exun = "0.2"
+
+[[bin]]
+name = "benchmark"