# SPDX-FileCopyrightText: 2024 sntx # SPDX-License-Identifier: AGPL-3.0-or-later [workspace] members = [ "examples/tui-minimal", "examples/tui-counter", "examples/tui-menus", "examples/tui-use-term" ] resolver = "2" [workspace.package] version = "0.1.0" description = "TODO" authors = ["~sntx"] [package] name = "tui-plugin" version.workspace = true description.workspace = true authors.workspace = true edition = "2021" license = "AGPL-3.0" readme = "README.md" [dependencies] bevy_app = "0.14" bevy_ecs = { version = "0.14", features = ["multi_threaded"] } bevy_log = "0.14" tui = { package = "ratatui", version = "0.28" }