16 lines
331 B
TOML
16 lines
331 B
TOML
[package]
|
|
name = "gb-emu"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = {version = "4.1.1", features = ["derive"]}
|
|
spin_sleep = "1.1.1"
|
|
minifb = "0.23"
|
|
rand = "0.8.5"
|
|
gilrs = "0.10.1"
|
|
samplerate = "0.2.4"
|
|
cpal = "0.15.0"
|