bevy_term 0.18.0

Easy terminal event handling and rendering with Bevy!
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "bevy_term"
version = "0.18.0"
authors = ["~sntx"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Easy terminal event handling and rendering with Bevy!"
readme = "README.md"
license = "AGPL-3.0"
repository = "https://git.sr.ht/~sntx/bevy_term"

[features]
multi_threaded = ["bevy_ecs/multi_threaded"]

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

[dependencies.bevy_app]
version = "0.18"

[dependencies.bevy_ecs]
version = "0.18"

[dependencies.bevy_utils]
version = "0.18"

[dependencies.ratatui]
version = "0.30"

[dependencies.tracing]
version = "0.1"