mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 03:36:42 +01:00
15 lines
318 B
TOML
15 lines
318 B
TOML
[package]
|
|
name = "tengri_input"
|
|
description = "UI metaframework, input layer."
|
|
version = { workspace = true }
|
|
edition = { workspace = true }
|
|
|
|
[lib]
|
|
path = "input.rs"
|
|
|
|
[dependencies]
|
|
tengri_core = { path = "../core" }
|
|
|
|
[dev-dependencies]
|
|
tengri_tui = { path = "../tui" }
|
|
tengri_dsl = { path = "../dsl" }
|