diff --git a/Cappy3ds/src/main.rs b/Cappy3ds/src/main.rs index 1092885..e04113c 100644 --- a/Cappy3ds/src/main.rs +++ b/Cappy3ds/src/main.rs @@ -1,9 +1,5 @@ mod capture; -mod render; -use futures::executor; -pub use render::render::State; fn main() { - // let mut res = State::new_from_visual(); - // let mut v = executor::block_on(res); + capture::do_capture(); }