viewbuilder 0.10.0-alpha.3

Cross-platform UI framework
Documentation
[dependencies.rustc-hash]
version = "1.1.0"

[dependencies.tracing]
optional = true
version = "0.1.40"

[dependencies.web-sys]
features = ["Document", "Event", "HtmlElement", "Window", "Text"]
optional = true
version = "0.3.66"

[features]
full = ["web", "tracing"]
web = ["web-sys"]

[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.10.0-alpha.3"
[package.metadata.docs.rs]
features = ["full"]
rustdoc-args = ["--cfg", "docsrs"]