termrs 0.3.0

Library for builing terminal user interfaces
Documentation
[dependencies.core]
package = "termrs_core"
version = "0.3.0"

[dependencies.runtime]
package = "termrs_runtime"
version = "0.3.0"

[features]
wayland = ["core/wayland", "runtime/wayland"]
x11 = ["core/x11", "runtime/x11"]

[package]
description = "Library for builing terminal user interfaces"
edition = "2021"
keywords = ["tui", "cli", "terminal"]
license = "MIT"
name = "termrs"
repository = "https://github.com/Vildanio/termrs.git"
version = "0.3.0"