hexagonal_pathfinding_astar 0.6.0

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
18
[package]
name = "hexagonal_pathfinding_astar"
version = "0.6.0"
rust-version = "1.56.0"
authors = ["BlondeBurrito"]
edition = "2021"
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]