summaryrefslogtreecommitdiff
path: root/alligator_render/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-02-05 10:28:43 -0500
committerMicha White <botahamec@outlook.com>2023-02-05 10:28:43 -0500
commit4b789a715cf7b42f5ae282b8218976fd577664be (patch)
tree91b17110d2928f56e146e3308cbdd944bbaf5c69 /alligator_render/Cargo.toml
parent9fd7d6689d5d90679e4b0c12e463ef4e2f8bf515 (diff)
Move texture atlas out of alligator_resources
Diffstat (limited to 'alligator_render/Cargo.toml')
-rw-r--r--alligator_render/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alligator_render/Cargo.toml b/alligator_render/Cargo.toml
index a613dcd..8917a2f 100644
--- a/alligator_render/Cargo.toml
+++ b/alligator_render/Cargo.toml
@@ -19,7 +19,7 @@ cgmath = "0.18"
pollster = "0.2"
log = "0.4"
parking_lot = "0.12"
-texture_packer = "0.25"
+texture_packer = { git="https://github.com/botahamec/piston_texture_packer", branch="u16" }
tracy-client = { version = "0.15", optional = true }
dhat = { version = "0.3", optional = true }