gb-emu/gb-emu-bin/Cargo.toml

16 lines
349 B
TOML
Raw Normal View History

2023-03-03 19:31:34 +11:00
[package]
name = "gb-emu-bin"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gb-emu = { path = "../gb-emu-lib" }
clap = {version = "4.1.8", features = ["derive"]}
minifb = "0.24"
gilrs = "0.10.1"
cpal = "0.15.0"
futures = "0.3.26"
ctrlc = "3.2.5"