bevy_commodore 0.2.0

A text command framework for the bevy engine.
Documentation
[dependencies.bevy]
default-features = false
features = []
version = "0.17.2"

[dependencies.derive_more]
features = ["from"]
version = "2.0.1"

[dependencies.internment]
version = "0.8.6"

[dependencies.itertools]
version = "0.14.0"

[dev-dependencies.bevy_ui_text_input]
version = "0.6.0-rc.1"

[[example]]
name = "example"
path = "examples/example.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A text command framework for the bevy engine."
edition = "2024"
homepage = "https://github.com/SunkenPotato/bevy_commodore"
keywords = ["bevy"]
license = "MIT"
name = "bevy_commodore"
readme = "README.md"
repository = "https://github.com/SunkenPotato/bevy_commodore"
version = "0.2.0"