[package] name = "zng-color" version = "0.3.15" 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_color" repository = "https://github.com/zng-ui/zng" categories = ["gui"] keywords = ["gui", "ui", "user-interface", "zng"] [dependencies] zng-color-proc-macros = { path = "../zng-color-proc-macros", version = "0.2.7" } zng-layout = { path = "../zng-layout", version = "0.2.30" } zng-app-context = { path = "../zng-app-context", version = "0.5.12" } zng-var = { path = "../zng-var", version = "0.5.9" } zng-view-api = { path = "../zng-view-api", version = "0.10.4" } paste = "1.0" serde = "1.0"