[go: up one dir, main page]

zng-wgt-style 0.11.1

Part of the zng project.
Documentation
[package]
name = "zng-wgt-style"
version = "0.11.1"
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_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.13.1", default-features = false }
zng-app = { path = "../zng-app", version = "0.21.1", default-features = false }

tracing = { version = "0.1", default-features = false }
pastey = { version = "0.2", default-features = false }

[lints.clippy]
exhaustive_structs = "warn"