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