From 72ea9deb1cf959602a038e5141a86228186a35b3 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Thu, 23 Nov 2017 02:58:34 -0600 Subject: -added pathfinding --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 54443f9..304a2cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,4 @@ authors = ["Tom Barrett "] [dependencies] pancurses = { git = "https://github.com/ihalila/pancurses" } rand = "0.3" - +pathfinding = { git = "https://github.com/samueltardieu/pathfinding" } -- cgit v1.2.3