[package] authors = ["paoda "] edition = "2021" name = "chip8" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] pixels = "0.11" rand = "0.8" winit = "0.27" winit_input_helper = "0.13" rodio = "0.16" lazy_static = "1.4.0"