planning 0.1.0

A Rust library for Goal-Orientated Action Planning, supporting dynamic priority and cost.
Documentation
[dependencies.bevy]
default-features = false
version = "0.14.1"

[dependencies.pathfinding]
version = "4.10.0"

[features]
bevy = []

[lib]
name = "planning"
path = "src/lib.rs"

[package]
authors = ["Felix Leitner <felix@felixleitner.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A Rust library for Goal-Orientated Action Planning, supporting dynamic priority and cost."
edition = "2021"
license = "MIT"
name = "planning"
readme = "README.md"
repository = "https://github.com/lixitrixi/planning"
version = "0.1.0"