bevy_slt 0.2.1

Bevy integration for SuperLightTUI (slt)
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 = "2024"
name = "bevy_slt"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bevy integration for SuperLightTUI (slt)"
documentation = "https://docs.rs/bevy_slt"
readme = "README.md"
keywords = [
    "bevy",
    "tui",
    "terminal",
    "slt",
]
categories = [
    "gui",
    "game-development",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/apekros/bevy_slt"

[features]
default = ["terminal"]
terminal = [
    "dep:crossterm",
    "superlighttui/crossterm",
]

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

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

[[example]]
name = "widget_demo"
path = "examples/widget_demo.rs"
required-features = ["terminal"]

[dependencies.bevy_app]
version = "0.19.0-rc.3"

[dependencies.bevy_ecs]
version = "0.19.0-rc.3"

[dependencies.crossterm]
version = "0.28"
features = ["bracketed-paste"]
optional = true

[dependencies.superlighttui]
version = "0.22.0"
features = ["bidi"]
default-features = false

[dev-dependencies.bevy]
version = "0.19.0-rc.3"
features = ["bevy_log"]
default-features = false