[package]
edition = "2018"
name = "rgy"
version = "0.1.0"
authors = ["Yushi Omote <yushiomote@gmail.com>"]
description = "No-std Rust GameBoy emulator library"
homepage = "https://github.com/yushiomote/rgy"
documentation = "https://docs.rs/rgy"
readme = "../README.md"
keywords = ["gameboy", "emulator"]
license = "MIT"
repository = "https://github.com/yushiomote/rgy"
[dependencies.hashbrown]
version = "0.6"
[dependencies.lazy_static]
version = "1.2"
features = ["spin_no_std"]
[dependencies.log]
version = "0.4"
[dependencies.spin]
version = "0.5"
[dev-dependencies.core_affinity]
version = "0.5"
[dev-dependencies.cpal]
version = "0.8"
[dev-dependencies.env_logger]
version = "0.6"
[dev-dependencies.minifb]
version = "0.11"
[dev-dependencies.rustyline]
version = "4.1"
[dev-dependencies.signal-hook]
version = "0.1"
[dev-dependencies.structopt]
version = "0.2"
[features]
color = []
default = []