zng/crates/zng-ext-window/Cargo.toml

40 lines
1.4 KiB
TOML

[package]
name = "zng-ext-window"
version = "0.2.9"
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_ext_window"
repository = "https://github.com/zng-ui/zng"
categories = ["gui"]
keywords = ["gui", "ui", "user-interface", "zng"]
[features]
# Enable test util methods, `doc_test_window`.
test_util = []
[dependencies]
zng-clone-move = { path = "../zng-clone-move", version = "0.2.4" }
zng-unique-id = { path = "../zng-unique-id", version = "0.3.0" }
zng-app-context = { path = "../zng-app-context", version = "0.3.3" }
zng-app = { path = "../zng-app", version = "0.3.5" }
zng-var = { path = "../zng-var", version = "0.2.7" }
zng-txt = { path = "../zng-txt", version = "0.2.6" }
zng-layout = { path = "../zng-layout", version = "0.2.7" }
zng-state-map = { path = "../zng-state-map", version = "0.2.6" }
zng-view-api = { path = "../zng-view-api", version = "0.3.1" }
zng-task = { path = "../zng-task", version = "0.2.7" }
zng-ext-image = { path = "../zng-ext-image", version = "0.2.9" }
zng-color = { path = "../zng-color", version = "0.2.9" }
serde = { version = "1.0", features = ["derive"] }
bitflags = { version = "2.5", features = ["serde", "bytemuck"] }
atomic = "0.6"
tracing = "0.1"
parking_lot = "0.12"
[package.metadata.docs.rs]
all-features = true