mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-22 10:32:59 +00:00
8d39d84545
Machine definitions are now in their own module and can be optionally compiled in, and there is now a console and soon to be gui version of the compiled binary, with individual binaries for each machine
10 lines
158 B
TOML
10 lines
158 B
TOML
[package]
|
|
name = "moa-console"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
default-run = "moa-computie"
|
|
|
|
[dependencies]
|
|
moa = { path = "../../", features = ["tty"] }
|
|
|