summaryrefslogtreecommitdiff
path: root/alligator_resources/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2022-10-25 20:49:31 -0400
committerMicha White <botahamec@outlook.com>2022-10-25 20:49:31 -0400
commitf04763063848df9d8e0d0f1177bc7e2cef50e19e (patch)
tree8d707918d0658882acb25303c11b17e2ae918b36 /alligator_resources/Cargo.toml
parent323c6ca03bc1d560b02114445764dab5e753049e (diff)
Added the texture packer
Diffstat (limited to 'alligator_resources/Cargo.toml')
-rw-r--r--alligator_resources/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/alligator_resources/Cargo.toml b/alligator_resources/Cargo.toml
index 7d09857..74a696b 100644
--- a/alligator_resources/Cargo.toml
+++ b/alligator_resources/Cargo.toml
@@ -9,3 +9,6 @@ edition = "2021"
image = "0.24"
thiserror = "1"
exun = "0.1"
+texture_packer = { git = "https://github.com/botahamec/piston_texture_packer", branch = "u16" }
+profiling = "1"
+bytemuck = { version = "1", features = ["extern_crate_alloc"] }