mirror of
https://github.com/danbulant/cushy
synced 2026-05-19 04:08:38 +00:00
9 lines
175 B
Rust
9 lines
175 B
Rust
use cushy::widget::MakeWidget;
|
|
use cushy::Run;
|
|
|
|
fn main() -> cushy::Result {
|
|
include_str!("../src/widgets/scroll.rs")
|
|
.scroll()
|
|
.expand()
|
|
.run()
|
|
}
|