[package] name = "zng-ext-input" version = "0.5.30" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" readme = "README.md" description = "Part of the zng project." documentation = "https://zng-ui.github.io/doc/zng_ext_input" repository = "https://github.com/zng-ui/zng" categories = ["gui"] keywords = ["gui", "ui", "user-interface", "zng"] [dependencies] zng-app-context = { path = "../zng-app-context", version = "0.5.12" } zng-clone-move = { path = "../zng-clone-move", version = "0.2.5" } zng-view-api = { path = "../zng-view-api", version = "0.10.4" } zng-app = { path = "../zng-app", version = "0.13.6" } zng-txt = { path = "../zng-txt", version = "0.2.8" } zng-var = { path = "../zng-var", version = "0.5.9" } zng-layout = { path = "../zng-layout", version = "0.2.30" } zng-handle = { path = "../zng-handle", version = "0.2.5" } zng-state-map = { path = "../zng-state-map", version = "0.3.7" } zng-unique-id = { path = "../zng-unique-id", version = "0.4.7" } zng-ext-window = { path = "../zng-ext-window", version = "0.3.31" } tracing = "0.1" parking_lot = "0.12" serde = { version = "1.0", features = ["derive"] } bitflags = { version = "2.5", features = ["serde", "bytemuck"] } atomic = "0.6"