tengri/input/Cargo.toml
2025-03-15 16:49:26 +02:00

15 lines
316 B
TOML

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