moa/emulator/systems/macintosh/Cargo.toml

15 lines
408 B
TOML
Raw Normal View History

[package]
2024-02-25 03:26:28 +00:00
name = "moa-systems-macintosh"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-02-24 21:02:09 +00:00
log = "0.4"
femtos = "0.1"
2024-02-25 03:26:28 +00:00
moa-core = { path = "../../core" }
moa-host = { path = "../../libraries/host" }
moa-signals = { path = "../../libraries/signals" }
2024-02-25 03:26:28 +00:00
moa-m68k = { path = "../../cpus/m68k" }
moa-peripherals-mos = { path = "../../peripherals/mos" }
moa-peripherals-zilog = { path = "../../peripherals/zilog" }