a2ui-slint 0.2.1

Slint native-GUI backend for A2UI (Agent to UI)
Documentation
1
2
3
4
5
6
7
//! Generated Slint module bridge.
//!
//! The `.slint` sources live in `ui/` and are compiled by `build.rs`
//! (`slint_build::compile`). This include pulls in the generated Rust items
//! (structs like `LiveNode`, components like the root window).

slint::include_modules!();