[package] name = "rgb-emu" version = "0.1.1" authors = ["Tobias V. Langhoff"] edition = "2018" license = "MIT" description = "Rust Game Boy emulator" repository = "https://github.com/tobiasvl/rgb" [dependencies] winit = "0.26" clap = "2"