16 lines
349 B
TOML
16 lines
349 B
TOML
[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"
|