zoomie/src/main.rs

4 lines
58 B
Rust
Raw Normal View History

fn main() -> anyhow::Result<()> {
libzoomie::capture()
}