allui 0.1.0

A SwiftUI-inspired declarative UI framework for Rust, built on gpui-rs
Documentation
[dependencies.gpui]
version = "0.2"

[dependencies.gpui-component]
version = "0.5.0"

[[example]]
name = "storybook"
path = "examples/storybook/main.rs"

[lib]
name = "allui"
path = "src/lib.rs"

[package]
authors = ["Philip Kluz <hello@antimaterial.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui", "graphics", "rendering"]
description = "A SwiftUI-inspired declarative UI framework for Rust, built on gpui-rs"
documentation = "https://docs.rs/allui"
edition = "2021"
exclude = [".github/", ".claude/", ".plans/", "target/", "assets/", "AGENTS.md"]
homepage = "https://github.com/AntimaterialLabs/allui-rs"
keywords = ["ui", "gui", "swiftui", "gpui", "declarative"]
license = "MIT"
name = "allui"
readme = "README.md"
repository = "https://github.com/AntimaterialLabs/allui-rs"
rust-version = "1.75"
version = "0.1.0"

[target.'cfg(target_os = "linux")'.dependencies.zbus]
version = "=5.12.0"

[target.'cfg(target_os = "linux")'.dependencies.zbus_macros]
version = "=5.12.0"

[target.'cfg(target_os = "linux")'.dependencies.zvariant]
version = "=5.8.0"