moa/emulator/frontends/minifb/Cargo.toml

25 lines
673 B
TOML
Raw Normal View History

[package]
2024-02-25 03:26:28 +00:00
name = "moa-minifb"
version = "0.1.0"
edition = "2021"
default-run = "moa-genesis"
[dependencies]
2022-10-09 16:40:20 +00:00
log = "0.4"
minifb = "0.25"
2024-03-17 20:44:06 +00:00
clap = "=4.4"
simple_logger = "4"
femtos = "0.1"
2022-10-09 16:40:20 +00:00
2024-02-25 03:26:28 +00:00
moa-core = { path = "../../core" }
moa-host = { path = "../../libraries/host" }
2024-02-25 03:26:28 +00:00
moa-common = { path = "../common", features = ["audio"] }
moa-debugger = { path = "../../libraries/debugger" }
2024-02-25 03:26:28 +00:00
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" }