Mimic icon indicating copy to clipboard operation
Mimic copied to clipboard

A Gameboy emulator written in Rust

Results 2 Mimic issues
Sort by recently updated
recently updated
newest added

hey cool project. Currently it doesn't compile. --- error[E0432]: unresolved import `clap::Clap` --> src/main.rs:24:25 | 24 | use clap::{AppSettings, Clap}; | ^^^^ no `Clap` in the root error: cannot determine...

Hi ! I noticed one of your dependencies included the crate `console_engine` (I'm the creator of it, by the way). Out of curiosity, and for fun, I wanted to try...