mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 19:56:44 +01:00
15 lines
343 B
TOML
15 lines
343 B
TOML
[package]
|
|
name = "tengri_input"
|
|
description = "UI metaframework, input layer."
|
|
version = { workspace = true }
|
|
edition = { workspace = true }
|
|
|
|
[dependencies]
|
|
tengri_dsl = { optional = true, path = "../dsl" }
|
|
|
|
[features]
|
|
dsl = [ "tengri_dsl" ]
|
|
|
|
[dev-dependencies]
|
|
tengri_tui = { path = "../tui" }
|
|
tengri_dsl = { path = "../dsl" }
|