[dependencies.beet_core]
version = "0.0.8"
[dependencies.bevy]
default-features = false
features = ["std", "debug", "bevy_log", "bevy_color", "reflect_documentation", "reflect_auto_register", "keyboard"]
version = "0.18.0-rc.2"
[dependencies.extend]
version = "1"
[dev-dependencies.beet_core]
features = ["testing"]
version = "0.0.8"
[features]
bevy_default = ["bevy/bevy_asset"]
[lib]
name = "beet_flow"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science::robotics", "game-development", "simulation", "wasm", "embedded"]
description = "An ECS control flow library"
documentation = "https://docs.rs/beet"
edition = "2024"
homepage = "https://beetstack.dev"
keywords = ["folk-technology", "web", "behavior", "game-ai", "robotics"]
license = "MIT OR Apache-2.0"
name = "beet_flow"
readme = "README.md"
repository = "https://github.com/mrchantey/beet"
resolver = "2"
version = "0.0.8"
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
[[test]]
name = "action_macro"
path = "tests/action_macro.rs"