[package] name = "chip8-emulator-rs" version = "0.1.0" edition = "2021" license = "MIT" repository = "https://github.com/alzhu1/chip8-emulator-rs" readme = "README.md" description = "CHIP-8 emulator" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5" sdl2 = "0.36.0"