hexagonal_pathfinding_astar 0.4.2

A-Star pathfinding algorithm tailored for traversing a bespoke collection of weighted hexagons
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "hexagonal_pathfinding_astar"
version = "0.4.2"
authors = ["BlondeBurrito"]
edition = "2018"
description = "A-Star pathfinding algorithm tailored for traversing a bespoke collection of weighted hexagons"
keywords = ["pathfinding", "astar", "a-star", "gamedev"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/BlondeBurrito/hexagonal_pathfinding_astar"
exclude = [
    ".github/**",
    "justfile",
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]