From ef9ba8530f02bdcb2c755e44da1ce203b290364e Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 11 Aug 2021 10:44:09 -0500 Subject: [PATCH] Back to mainline dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d196167..0e5b22a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ coord_2d = "0.3" derive_more = "0.99" futures-lite = "1" gilrs = "0.8" -mapgen = { git = "https://github.com/ndarilek/mapgen.rs" } +mapgen = "0.5" maze_generator = "1" pathfinding = "2" rand = "0.8"