mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-25 15:33:08 +00:00
22 lines
566 B
TOML
22 lines
566 B
TOML
[package]
|
|
name = "moa_minifb"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
default-run = "moa-genesis"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
minifb = "0.19"
|
|
clap = "3.2.20"
|
|
simple_logger = "2.3.0"
|
|
|
|
moa_core = { path = "../../core" }
|
|
moa_common = { path = "../common", features = ["audio"] }
|
|
|
|
moa_systems_genesis = { path = "../../systems/genesis" }
|
|
moa_systems_computie = { path = "../../systems/computie" }
|
|
moa_systems_trs80 = { path = "../../systems/trs80" }
|
|
moa_systems_macintosh = { path = "../../systems/macintosh" }
|
|
moa_peripherals_yamaha = { path = "../../peripherals/yamaha" }
|
|
|