viewbuilder 0.9.1

Cross-platform UI framework
Documentation
[[example]]
name = "window"
required-features = ["Window"]
[dependencies.concoct]
features = ["full"]
version = "0.15.1"

[dependencies.tokio]
features = ["full"]
optional = true
version = "1.32.0"

[dependencies.winit]
optional = true
version = "0.28.1"

[features]
EventLoop = ["dep:winit"]
Window = ["EventLoop"]
full = ["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.9.1"
[package.metadata.docs.rs]
features = ["full"]
rustdoc-args = ["--cfg", "docsrs"]