mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-16 00:11:31 +00:00
14 lines
302 B
TOML
14 lines
302 B
TOML
[workspace]
|
|
members = [
|
|
"emulator/core",
|
|
"emulator/frontends/common",
|
|
"emulator/frontends/console",
|
|
"emulator/frontends/minifb",
|
|
"tests/harte_tests"
|
|
]
|
|
exclude = [
|
|
"emulator/frontends/pixels",
|
|
"emulator/frontends/macroquad",
|
|
]
|
|
default-members = ["emulator/frontends/minifb"]
|