diff options
| author | Micha White <botahamec@outlook.com> | 2022-11-20 12:26:13 -0500 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-11-20 12:26:13 -0500 |
| commit | 398722313716885bf6d2835f86576d2ae6615572 (patch) | |
| tree | 76e7228490f6aefbffbdd903c08b832ceb2a1b89 /alligator_resources/Cargo.toml | |
| parent | 01fe7d3c892c5d8580ed05f1f6ee9362e1f02855 (diff) | |
Allowed queuing of a new priority
Diffstat (limited to 'alligator_resources/Cargo.toml')
| -rw-r--r-- | alligator_resources/Cargo.toml | 1 |
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" |
