zng-wgt-settings 0.2.3

Part of the zng project.
Documentation
[package]
name = "zng-wgt-settings"
version = "0.2.3"
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_access"
repository = "https://github.com/zng-ui/zng"
categories = ["gui"]
keywords = ["gui", "ui", "user-interface", "zng"]

[dependencies]
zng-app = { path = "../zng-app", version = "0.14.2" }
zng-wgt = { path = "../zng-wgt", version = "0.6.2" }
zng-var = { path = "../zng-var", version = "0.5.12" }
zng-ext-config = { path = "../zng-ext-config", version = "0.4.2" }
zng-ext-font = { path = "../zng-ext-font", version = "0.5.3" }
zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.3" }
zng-wgt-stack = { path = "../zng-wgt-stack", version = "0.4.2" }
zng-wgt-toggle = { path = "../zng-wgt-toggle", version = "0.4.3" }
zng-wgt-container = { path = "../zng-wgt-container", version = "0.5.2" }
zng-wgt-scroll = { path = "../zng-wgt-scroll", version = "0.5.2" }
zng-wgt-text-input = { path = "../zng-wgt-text-input", version = "0.5.3" }
zng-wgt-button = { path = "../zng-wgt-button", version = "0.5.3" }
zng-wgt-rule-line = { path = "../zng-wgt-rule-line", version = "0.4.3" }
zng-wgt-style = { path = "../zng-wgt-style", version = "0.4.2" }
zng-wgt-filter = { path = "../zng-wgt-filter", version = "0.3.2" }
zng-wgt-input = { path = "../zng-wgt-input", version = "0.3.2" }
zng-wgt-size-offset = { path = "../zng-wgt-size-offset", version = "0.3.2" }
zng-wgt-fill = { path = "../zng-wgt-fill", version = "0.3.2" }
zng-wgt-markdown = { path = "../zng-wgt-markdown", version = "0.4.3" }
zng-wgt-tooltip = { path = "../zng-wgt-tooltip", version = "0.5.3" }
zng-ext-input = { path = "../zng-ext-input", version = "0.6.2" }
zng-ext-window = { path = "../zng-ext-window", version = "0.4.2" }
zng-wgt-window = { path = "../zng-wgt-window", version = "0.7.3" }
zng-env = { path = "../zng-env", version = "0.3.8" }
zng-ext-l10n = { path = "../zng-ext-l10n", version = "0.6.2" }
zng-wgt-layer = { path = "../zng-wgt-layer", version = "0.4.2" }

serde = { version = "1.0", features = ["derive"] }