From 488c7ed94b0662222fa0d825ab81b60b0b1e5d6c Mon Sep 17 00:00:00 2001 From: Micha White Date: Mon, 1 Jan 2024 19:41:32 -0500 Subject: Created a texture packer --- packer/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packer/Cargo.toml') 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" -- cgit v1.2.3