aboutsummaryrefslogblamecommitdiff
path: root/Cargo.toml
blob: 94c2c4b7486d22d126742db4f394b38bcf0c03b6 (plain) (tree)
1
2
3
4
5
6
7
8
9


                 
                                                 
                                                                     



                                                   
 
                       

                              







                   
[package]
name = "runes"
version = "0.1.0"
authors = ["Determinant <[email protected]>"]
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"]

[lib]
name = "runes"
path = "src/lib.rs"

[[example]]
name = "runes"
path = "src/bin.rs"