mirror of
https://github.com/danbulant/cushy
synced 2026-06-11 10:30:49 +00:00
9 lines
175 B
Rust
9 lines
175 B
Rust
use gooey::widget::MakeWidget;
|
|
use gooey::Run;
|
|
|
|
fn main() -> gooey::Result {
|
|
include_str!("../src/widgets/scroll.rs")
|
|
.scroll()
|
|
.expand()
|
|
.run()
|
|
}
|