nibble8 0.2.0

Yet another Rust implementation of a Chip-8 interpreter, using sdl2.
1
2
3
pub trait Chip8Display {
    fn draw(&mut self, bytes: &[u8]);
}