mirror of
https://github.com/transistorfet/moa.git
synced 2024-12-11 13:50:46 +00:00
20 lines
382 B
TOML
20 lines
382 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
|
|
#overflow-checks = true
|
|
|