mirror of
https://github.com/danbulant/cushy
synced 2026-05-24 12:28:23 +00:00
7 lines
150 B
Rust
7 lines
150 B
Rust
use gooey::value::StringValue;
|
|
use gooey::widget::MakeWidget;
|
|
use gooey::Run;
|
|
|
|
fn main() -> gooey::Result {
|
|
"Hello".into_input().expand().run()
|
|
}
|