grid_pathfinding 0.1.2

Pathfinding using JPS and connected components on a grid.
Documentation
[dependencies.grid_util]
version = "0.1.1"

[dependencies.indexmap]
version = "2.2"

[dependencies.itertools]
version = "0.12"

[dependencies.num-traits]
version = "0.2"

[dependencies.petgraph]
version = "0.6.4"

[package]
authors = ["Thom van der Woude <tbvanderwoude@protonmail.com>"]
categories = ["game-development", "simulation", "algorithms"]
description = "Pathfinding using JPS and connected components on a grid."
edition = "2021"
keywords = ["pathfinding", "grid", "jump", "point", "JPS"]
license = "MIT"
name = "grid_pathfinding"
readme = "README.md"
repository = "https://github.com/tbvanderwoude/grid_pathfinding"
version = "0.1.2"