[[bin]]
name = "emulator_executable"
path = "src/main.rs"
[dependencies.debug_print]
version = "1.0.0"
[dependencies.lazy_static]
version = "1.5.0"
[dependencies.sdl2]
version = "0.37.0"
[dependencies.time]
version = "0.3.41"
[dev-dependencies.ntest]
version = "0.9.3"
[lib]
name = "rbgb"
path = "src/lib.rs"
[package]
authors = ["Noah Graf <noah@grafhome.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A basic and rough gameboy emulator"
edition = "2024"
keywords = ["gamedev", "graphics", "emulator"]
license = "MIT"
name = "rbgb"
readme = "README.md"
repository = "https://github.com/ngraf3255/RbGB"
version = "0.2.0"
[target."cfg(windows)".dependencies.sdl2]
features = ["bundled"]
version = "0.37.0"