[package] name = "zng-layout" version = "0.2.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_layout" repository = "https://github.com/zng-ui/zng" categories = ["gui"] keywords = ["gui", "ui", "user-interface", "zng"] [dependencies] zng-unit = { path = "../zng-unit", version = "0.2.10" } zng-var = { path = "../zng-var", version = "0.5.9" } zng-app-context = { path = "../zng-app-context", version = "0.5.12" } serde = { version = "1.0", features = ["derive", "rc"] } bitflags = { version = "2.5", features = ["serde", "bytemuck"] } bytemuck = { version = "1.15", features = ["derive"] } tracing = "0.1" atomic = "0.6" unicode-bidi = "0.3" [dev-dependencies] serde_json = "1.0"