mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-19 05:31:05 +00:00
f8083db181
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
19 lines
358 B
TOML
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
|
|
|