tengri/input/Cargo.toml

15 lines
343 B
TOML

[package]
name = "tengri_input"
description = "UI metaframework, input layer."
version = { workspace = true }
edition = { workspace = true }
[dependencies]
tengri_dsl = { optional = true, path = "../dsl" }
[features]
dsl = [ "tengri_dsl" ]
[dev-dependencies]
tengri_tui = { path = "../tui" }
tengri_dsl = { path = "../dsl" }