summaryrefslogtreecommitdiff
path: root/alligator_resources/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2022-11-20 12:26:13 -0500
committerMicha White <botahamec@outlook.com>2022-11-20 12:26:13 -0500
commit398722313716885bf6d2835f86576d2ae6615572 (patch)
tree76e7228490f6aefbffbdd903c08b832ceb2a1b89 /alligator_resources/Cargo.toml
parent01fe7d3c892c5d8580ed05f1f6ee9362e1f02855 (diff)
Allowed queuing of a new priority
Diffstat (limited to 'alligator_resources/Cargo.toml')
-rw-r--r--alligator_resources/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/alligator_resources/Cargo.toml b/alligator_resources/Cargo.toml
index 74a696b..3ccb084 100644
--- a/alligator_resources/Cargo.toml
+++ b/alligator_resources/Cargo.toml
@@ -12,3 +12,4 @@ exun = "0.1"
texture_packer = { git = "https://github.com/botahamec/piston_texture_packer", branch = "u16" }
profiling = "1"
bytemuck = { version = "1", features = ["extern_crate_alloc"] }
+parking_lot = "0.12"