mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 03:36:42 +01:00
15 lines
316 B
TOML
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" }
|