Skip to content

Commit

Permalink
Remove changes to main in cappy
Browse files Browse the repository at this point in the history
  • Loading branch information
DDRBoxman committed Oct 29, 2023
1 parent be5b708 commit a471e89
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cappy3ds/src/main.rs
Original file line number Diff line number Diff line change
@@ -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();
}

0 comments on commit a471e89

Please sign in to comment.