[package] name = "zng-wgt-style" version = "0.3.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_wgt_style" repository = "https://github.com/zng-ui/zng" categories = ["gui"] keywords = ["gui", "ui", "user-interface", "zng"] [features] # Integration with widget trace instrumentation. trace_widget = ["zng-app/trace_widget"] [dependencies] zng-wgt = { path = "../zng-wgt", version = "0.5.6" } zng-app = { path = "../zng-app", version = "0.13.6" } tracing = "0.1"