[package] name = "runes" version = "0.1.2" authors = ["Determinant "] description = "A no-std NES emulator library written purely in Rust." repository = "https://github.com/Determinant/runes" keywords = ["nes", "emulator", "6502"] categories = ["no-std", "emulators"] license = "MIT" [dev-dependencies.sdl2] version = "0.31" features = ["unsafe_textures"] [dev-dependencies.clap] version = "2.29.0" [lib] name = "runes" path = "src/lib.rs" [[example]] name = "runes" path = "src/bin.rs"