mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-15 09:05:15 +00:00
083f3607ba
I wanted to make this a bit more modular, so it's easier in theory to write external crates that can reuse bits, and selectively compile in bits, such as adding new systems or new cpu implementations
8 lines
127 B
TOML
8 lines
127 B
TOML
[package]
|
|
name = "moa_peripherals_zilog"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
moa_core = { path = "../../core" }
|