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