2021-10-20 19:54:13 -07:00
|
|
|
[workspace]
|
2022-09-24 23:14:03 -07:00
|
|
|
members = [
|
|
|
|
"emulator/core",
|
|
|
|
"emulator/frontends/common",
|
|
|
|
"emulator/frontends/console",
|
|
|
|
"emulator/frontends/minifb",
|
2023-05-09 21:50:42 -07:00
|
|
|
"tests/harte_tests",
|
|
|
|
"tests/rad_tests"
|
2022-09-24 23:14:03 -07:00
|
|
|
]
|
2022-09-29 19:55:12 -07:00
|
|
|
exclude = [
|
|
|
|
"emulator/frontends/pixels",
|
|
|
|
"emulator/frontends/macroquad",
|
|
|
|
]
|
2022-09-24 23:14:03 -07:00
|
|
|
default-members = ["emulator/frontends/minifb"]
|
2023-04-23 10:38:33 -07:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
debug = true
|
2023-06-10 15:28:21 -07:00
|
|
|
#overflow-checks = true
|
2023-04-23 10:38:33 -07:00
|
|
|
|