[package]
name = "zng-app-context"
version = "0.3.1"
authors = ["The Zng Project Developers"]
edition = "2021"
license = "Apache-2.0 OR MIT"
readme = "../zng-app/README.md"
description = "Part of the zng project."
documentation = "https://zng-ui.github.io/doc/zng_app_context"
repository = "https://github.com/zng-ui/zng"
categories = ["gui"]
keywords = ["gui", "ui", "user-interface", "zng"]
[features]
default = ["debug_default"]
multi_app = []
debug_default = []
dyn_closure = []
[dependencies]
zng-unique-id = { path = "../zng-unique-id", version = "0.2.4" }
zng-txt = { path = "../zng-txt", version = "0.2.4" }
parking_lot = "0.12"
hashbrown = { version = "0.14", features = ["rayon"] }
tracing = "0.1"
serde = { version = "1.0", features = ["derive"] }
bytemuck = { version = "1.15", features = ["derive"] }
[package.metadata.docs.rs]
all-features = true