kind-nes/Cargo.toml
2021-03-24 18:40:30 -04:00

21 lines
No EOL
286 B
TOML

[workspace]
members = [
"nes",
"cpu",
"ppu",
"apu",
"memory",
"sdl-ui",
"windows-ui",
]
[profile.dev]
opt-level = 3
debug = true
debug-assertions = true
overflow-checks = true
lto = false
panic = 'unwind'
incremental = true
codegen-units = 256
rpath = false