[package] name = "nx-emulator" version = "0.1.0" edition = "2021" description = "ZX Spectrum Emulator" license = "MIT" repository = "https://github.com/cthutu/nx" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.44" pixels = "0.7.0" pixels-u32 = "0.1.0" winit = "0.25.0" [[bin]] name = "nx" path = "src/main.rs"