[package]
name = "zng-layout"
version = "0.9.0"
authors = ["The Zng Project Developers"]
edition = "2024"
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.5.2", default-features = false }
zng-var = { path = "../zng-var", version = "0.12.0", default-features = false }
zng-app-context = { path = "../zng-app-context", version = "0.11.0", default-features = false }
serde = { version = "1.0", default-features = false, features = ["derive", "rc"] }
bitflags = { version = "2.5", default-features = false, features = ["serde", "bytemuck"] }
bytemuck = { version = "1.15", default-features = false, features = ["derive"] }
tracing = { version = "0.1", default-features = false }
atomic = { version = "0.6", default-features = false, features = ["fallback"] }
unicode-bidi = { version = "0.3", default-features = false, features = ["hardcoded-data"] }
[dev-dependencies]
serde_json = {version = "1.0", default-features = false, features = ["std"] }