[package]
edition = "2021"
name = "flatland-pathfinding"
version = "0.2.32"
authors = ["Barry Velasquez"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared grid A* pathfinding for Flatland3 clients and sim"
readme = "README.md"
keywords = [
"game",
"pathfinding",
"astar",
]
categories = [
"game-development",
"algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bvelasquez/flatland3"
[lib]
name = "flatland_pathfinding"
path = "src/lib.rs"
[dependencies.flatland-protocol]
version = "0.2.32"