From 6eee543a3367d38a6f0e9bffb457a2bd76a8f9cc Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Sat, 12 Nov 2022 23:54:05 -0600 Subject: Pathfinder (#25) Pathfinding is very much not done, but it works enough and I want to get this merged. TODO: fast replanning, goals that aren't a single node, falling moves (it should be able to play the dropper), parkour moves --- bot/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bot/Cargo.toml') diff --git a/bot/Cargo.toml b/bot/Cargo.toml index 9212f796..6663d1f7 100644 --- a/bot/Cargo.toml +++ b/bot/Cargo.toml @@ -11,6 +11,6 @@ version = "0.2.0" anyhow = "1.0.65" azalea = {path = "../azalea"} env_logger = "0.9.1" -parking_lot = "^0.12.1" -tokio = "^1.21.2" +parking_lot = {version = "^0.12.1", features = ["deadlock_detection"]} +tokio = "1.19.2" uuid = "1.1.2" -- cgit v1.2.3