summaryrefslogtreecommitdiff
path: root/alligator_resources/Cargo.toml
diff options
context:
space:
mode:
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"] }