zng/zng-wgt-tooltip/Cargo.toml

24 lines
956 B
TOML

[package]
name = "zng-wgt-tooltip"
version = "0.2.0"
authors = ["The Zng Project Developers"]
edition = "2021"
license = "Apache-2.0"
readme = "../zng-app/README.md"
description = "Part of the zng project."
documentation = "https://docs.rs/zng-wgt-tooltip"
repository = "https://github.com/zng-ui/zng"
categories = ["gui"]
keywords = ["gui", "ui", "user-interface", "zng"]
[dependencies]
zng-wgt = { path = "../zng-wgt", version = "0.2.0" }
zng-wgt-layer = { path = "../zng-wgt-layer", version = "0.2.0" }
zng-wgt-access = { path = "../zng-wgt-access", version = "0.2.0" }
zng-wgt-text = { path = "../zng-wgt-text", version = "0.2.0" }
zng-wgt-fill = { path = "../zng-wgt-fill", version = "0.2.0" }
zng-wgt-container = { path = "../zng-wgt-container", version = "0.2.0" }
zng-wgt-style = { path = "../zng-wgt-style", version = "0.2.0" }
zng-app = { path = "../zng-app", version = "0.2.0" }
zng-ext-input = { path = "../zng-ext-input", version = "0.2.0" }