[package] name = "zng-wgt-button" version = "0.4.23" 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_button" repository = "https://github.com/zng-ui/zng" categories = ["gui"] keywords = ["gui", "ui", "user-interface", "zng"] [dependencies] zng-var = { path = "../zng-var", version = "0.5.9" } zng-app = { path = "../zng-app", version = "0.13.6" } zng-ext-font = { path = "../zng-ext-font", version = "0.4.14" } zng-wgt = { path = "../zng-wgt", version = "0.5.6" } zng-wgt-container = { path = "../zng-wgt-container", version = "0.4.2" } zng-wgt-style = { path = "../zng-wgt-style", version = "0.3.30" } zng-wgt-input = { path = "../zng-wgt-input", version = "0.2.42" } zng-wgt-access = { path = "../zng-wgt-access", version = "0.2.40" } zng-wgt-fill = { path = "../zng-wgt-fill", version = "0.2.40" } zng-wgt-filter = { path = "../zng-wgt-filter", version = "0.2.40" } zng-wgt-text = { path = "../zng-wgt-text", version = "0.4.23" } zng-wgt-tooltip = { path = "../zng-wgt-tooltip", version = "0.4.23" }