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"