moa/Cargo.toml
transistor f8083db181 Added raddad772/jsmoo's Z80 test runner
Special thanks to raddad772 https://github.com/raddad772

Also added some fixes to the Z80 for panicking math operations, but
it still won't complete due to an unimplemented instruction
2023-05-09 21:50:42 -07:00

19 lines
358 B
TOML

[workspace]
members = [
"emulator/core",
"emulator/frontends/common",
"emulator/frontends/console",
"emulator/frontends/minifb",
"tests/harte_tests",
"tests/rad_tests"
]
exclude = [
"emulator/frontends/pixels",
"emulator/frontends/macroquad",
]
default-members = ["emulator/frontends/minifb"]
[profile.release]
debug = true