[[example]]
name = "windows"
required-features = ["native"]
[dependencies.concoct]
features = ["full"]
version = "0.13.0"
[dependencies.tokio]
features = ["full"]
optional = true
version = "1.32.0"
[dependencies.viewbuilder-macros]
optional = true
version = "0.2.0"
[dependencies.winit]
optional = true
version = "0.28.1"
[features]
full = ["native", "macros", "window"]
macros = ["dep:viewbuilder-macros"]
native = ["dep:winit"]
window = []
[package]
description = "Cross-platform UI framework"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "viewbuilder"
readme = "README.md"
repository = "https://github.com/matthunz/viewbuilder"
version = "0.7.2"
[package.metadata.docs.rs]
features = ["full"]
rustdoc-args = ["--cfg", "docsrs"]