diff options
| author | mat <git@matdoes.dev> | 2023-10-01 20:23:26 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-10-01 20:23:26 -0500 |
| commit | 4f6ab28325ce87678a406e07327bd4f051282109 (patch) | |
| tree | 1481029bb8a2a4bde50031c1c50ded3c9c216bf8 /Cargo.lock | |
| parent | 37146f46f03f2e18becb7b58725a9183bcbcb2e6 (diff) | |
| download | azalea-drasl-4f6ab28325ce87678a406e07327bd4f051282109.tar.xz | |
add pathfinder benchmark
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -183,6 +183,7 @@ dependencies = [ "bevy_log", "bevy_tasks", "bevy_time", + "criterion", "derive_more", "futures", "futures-lite", @@ -191,6 +192,7 @@ dependencies = [ "num-traits", "parking_lot", "priority-queue", + "rand", "thiserror", "tokio", "uuid", |
