[package]
name = "rusui"
version = "0.0.1"
edition = "2024"
rust-version = "1.85.0"
authors = ["prxavv"]
description = "Rust's Uniquely Simple User Interface"
readme = "README.md"
repository = "https://github.com/prxavv/rusui"
homepage = "https://github.com/prxavv/rusui"
documentation = "https://docs.rs/rusui"
license = "MIT OR Apache-2.0"
keywords = ["gui", "ui", "frontend", "rusui"]
categories = ["gui", "rendering", "development-tools"]
exclude = [
".github/",
"tests/data/*",
"benches/fixtures/*",
]
[lib]
name = "rusui"
path = "src/lib.rs"
[dependencies]