掌上游戏机 用Rust编写的GAMEBOY模拟器。 入门 # SDL2 is the only dependency not fetched as a crate brew install sdl2 sdl2_image sdl2_gfx # ^ Mac OS-specific # See https://github.com/Rust-SDL2/rust-sdl2 for Windows, Linux instructions cargo run # Or cargo run -r tetris.gb # Optional: Defaults to running tetris.gb car