mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2026-01-31 02:56:40 +01:00
14 lines
285 B
TOML
14 lines
285 B
TOML
[package]
|
|
name = "tengri_input"
|
|
description = "UI metaframework, input layer."
|
|
version = { workspace = true }
|
|
edition = { workspace = true }
|
|
|
|
[lib]
|
|
path = "input.rs"
|
|
|
|
[dependencies]
|
|
dizzle = { path = "../../dizzle" }
|
|
|
|
[dev-dependencies]
|
|
tengri_tui = { path = "../tui" }
|