[package]
name = "nes_rust_slim"
version = "0.2.0"
authors = [
"Takahiro <hogehoge@gachapin.jp>",
"eva <mail@gastrodon.io>",
]
build = false
exclude = [
"resources/*",
"screenshots/*",
"roms/*",
"cli/*",
"wasm/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NES emulator written in Rust"
homepage = "https://github.com/gastrodon/nes-rust"
readme = "README.md"
license = "MIT"
repository = "https://github.com/gastrodon/nes-rust"
[features]
no_apu = []
no_render = []
smol_bench = []
[lib]
name = "nes_rust_slim"
path = "src/lib.rs"
[[bench]]
name = "bootup"
path = "benches/bootup.rs"
harness = false
[[bench]]
name = "step-frame"
path = "benches/step-frame.rs"
harness = false
[dev-dependencies.criterion]
version = "0.5.1"
[dev-dependencies.flamegraph]
version = "0.6.7"