tengri/input/Cargo.toml
2025-03-16 23:43:14 +02:00

15 lines
329 B
TOML

[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" }