This website requires JavaScript.
Explore
Help
Register
Sign In
wynd
/
zoomie
Watch
1
Star
0
Fork
You've already forked zoomie
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9a03b4a36c
zoomie
/
src
/
main.rs
4 lines
58 B
Rust
Raw
Normal View
History
Unescape
Escape
Removed tokio, split the app and state and using the ActiveEventLoop instead
2024-11-04 13:37:12 +02:00
fn
main
(
)
->
anyhow
::
Result
<
(
)
>
{
libzoomie
::
capture
(
)
Initial commit, takes picture and displays it fullscreen
2024-11-03 16:01:34 +02:00
}